I would like to see a video on how to export data from access or excel to a web page. (solution to: pos inventory transactions to sync to web site at min end of day batch)
please create a tutorial with vise versa of this one. SQL IMPORT TO EXCEL or if you have link for that tutorial please reply in this post and paste the link.. thanks
If you want to pull Sql data to excel the ez way is to use sql analyzier and export to csv file. Using excel external source you can pull all the data into excel sheets and your done.
Thank you very much this has helped me as I have been made a SQl DBA in the past 3 weeks and had no real prior experience with it other than backing up and restoring databases as an IT task.
I would like to see a video on how to export data from access or excel to a web page. (solution to: pos inventory transactions to sync to web site at min end of day batch)
wattdanielm 1 month ago
please create a tutorial with vise versa of this one. SQL IMPORT TO EXCEL or if you have link for that tutorial please reply in this post and paste the link.. thanks
TheMarvinglennlacuna 8 months ago
@TheMarvinglennlacuna Sure, I will upload it tonight
videocode2 7 months ago
@videocode2 thanks man, will wait for it, and for the link . GOD BLESS YOU
TheMarvinglennlacuna 7 months ago
@TheMarvinglennlacuna Video is ready. Check my channel.
videocode2 7 months ago
This has been flagged as spam show
very nice video but I need code in c# so plz can u mail me at ved440@gmail.com
ved440 11 months ago
The link to download code takes me no where... can you post the code somewhere or cut and paste to a private message for me?
mudmanrv 1 year ago
hi
very nice but i see a very big security problem.. what if i past a sql injection :s
it isn't safe..
janis2006 3 years ago
The excel to sql is most use for internal use not for public.
videocode2 3 years ago
hey are you able to post the code on here cause i can't reed the code, if it's possible?
JACENZ 3 years ago
Really pretty good!
I'm beginner in this area but I'm studying very hard.
Now I'm going to ask u something,
I'm trying to do a Working Paper using by SQL Sentences within VBA for Excel.
Can I make a sub-search withtin the main search? for example:
Select "Teachers" Select "Math Books" from "Library"
from "School"
I would really apreciate your help
Thanks
jorgecornejo 3 years ago
Sorry for the delay, work is madness.
You could do a Union like:
Select Teachers
from table_teachers
Select Math_Books
from table_mathbooks
Each statement can have a Where cause
The above will give you both results. I have use this method for reports.
videocode2 3 years ago
Hi again, don't worry I have been working a lot too, I understand.
Thanks a lot for your time and help
I think it will be totally useful for my new tasks.
If I have any doubt I will let you know soon my friend.
Regards
jorgecornejo 3 years ago
could you please tell me , how to do this vice versa?
yathooo 3 years ago
If you want to pull Sql data to excel the ez way is to use sql analyzier and export to csv file. Using excel external source you can pull all the data into excel sheets and your done.
videocode2 3 years ago
Thank you very much this has helped me as I have been made a SQl DBA in the past 3 weeks and had no real prior experience with it other than backing up and restoring databases as an IT task.
angrd020 4 years ago