Does anybody know of a sqlserver ODBC driver that will allow for the Bigint data type, as the normal Microsoft one does not if you are linking tables.
Thanks
Chris
I am converting a project from VB6 to VB.net and I am having problems with the crystal reports. The code is as follows:-
'Print the transfer report
Dim CPProperty As CRAXDDRT.ConnectionProperty
Dim DBTable As CRAXDDRT.DatabaseTable
Dim Report As New...
I am new to ado.net and need to do the following:-
1. Read the records in an SQL table where the processed field is false.
2. I then need to check these records and if incorrect write a record into a seperate sql table.
3. if the record is correct then I need to update the processed field to...
I am using VB6 to connect to an SQL server vie ADO if I use the following code I can connect.
stSQLMsg = "Select * from [purchase_interface] "
With objConn
.Provider = "SQLOLEDB"
.Properties("Data Source").Value = stSqlServer
.Properties("Initial Catalog").Value...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.