claire_bicknell
Well-known member
- Joined
- Dec 10, 2008
- Messages
- 49
- Programming Experience
- Beginner
Hi... I know this a really basic question and I am sure someone can solve it in seconds.
I have imported data from an Access database previously by writing this command:
This time I need to import from a SQL Server database what do I need to write instead?
Help much appreciated
I have imported data from an Access database previously by writing this command:
HTML:
con.ConnectionString = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=Tourist_Advisory_Database_1.accdb; "
con.Open()
This time I need to import from a SQL Server database what do I need to write instead?
Help much appreciated
