Tagged Questions
1
vote
1answer
349 views
Connect to SQL Server using OLEDB or ODBC?
We have a desktop application written in Visual Basic .NET. One our clients needs to use ODBC instead of OLEDB to connect to the SQL Server 2008 R2 Database. The company has several databases ...
1
vote
2answers
464 views
Import Excel Table to SQL Server - with date column
I'm trying to import a excel table that has a column with dates. My query works without the column date. I'm using ODBC to import.
strCon = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & ...