Viewing 15 posts - 1 through 15 (of 205 total)
It is confusing to create a link between Access and SQL Server.
I have an old application created in Access 2010 .mdb format.
I have an Windows 2010 computer with 64 bit...
February 26, 2019 at 5:53 am
Maybe a solution in two steps.The Excel files are placed in an inbox. A VBA macro will open each file and save the sheet as a TAB sep text file....
November 6, 2017 at 3:40 am
What experience do you have in this area?
Is the SQL server hosted on your computer or
on a separate server on your intranet?
If so you would probably logg...
April 11, 2017 at 10:47 am
I see it is some stuff I have written in VBA.
Have you changed the code to your local environment?
Data Source= yourSQLserver
Initial Catalog=yourdatabasename
With this code you...
April 11, 2017 at 9:57 am
James
This might be a solution:
If the users have a Access client with the front end, the database SQL server can the hosted in a server within your Intranet
(or...
April 6, 2017 at 4:21 am
April 6, 2017 at 4:13 am
I completely agree that you should not use spreadsheets to store data. As suggested you can use Access as a front end to SQL server
but you need to learn how...
April 6, 2017 at 2:19 am
"Even that has problems. First, a human has to press a button to do the export instead of being able to read the file at any time. Also,...
January 22, 2017 at 2:01 pm
January 20, 2017 at 2:00 am
I agree with twin.devil
but I use vba in Excel. Search google like
"vba insert sql excel"
December 24, 2015 at 5:56 am
"This is perhaps not what you meant by 'Export' but it is another way to get data into a spreadsheet. It does not require SSMS or any add-in. It may...
April 29, 2015 at 1:18 am
"What I've been able to do (and I'm working on getting an article published on the subject) is I've been able to make all of that auto-magic. The import code...
March 10, 2015 at 9:03 am
Jeff
"Not that that's bad but it defines the very problem that I have with all such code. Quite literally, you have to at least look at the Excel spreadsheet, determine...
March 10, 2015 at 8:24 am
Jeff
I apologize for the too short and provocative statements.
As it was a while ago I used an ACE driver I did a test with a simple Excel file. On a...
March 10, 2015 at 7:00 am
Thank you all for this "debate"
I would nether recommend anybody to use SSIS or an ACE driver in order to import sheets in native Excel file format. This may...
March 7, 2015 at 1:41 am
Viewing 15 posts - 1 through 15 (of 205 total)