Select * From [Orders] IN '' [ODBC;Driver= ...
Database
1
Posts
1
Posters
0
Views
1
Watching
-
I have seen this syntax in several news group posts: Dim AccessCommand As New System.Data.OleDb.OleDbCommand("INSERT INTO Orders SELECT * FROM [Orders] IN '' [ODBC;Driver={SQL Server};Server=(local);Database=Northwind;Trusted_Connection=yes];", AccessConn) but of course it does not work and of course I cannot find any reference to anything like it at Microsoft. Does anybody know where to find the documentation to this kind of syntax? Tom