Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ChrisHiggins

    Link to SQL server with Bigint field

    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
  2. ChrisHiggins

    Unable to print report

    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...
  3. ChrisHiggins

    ADO.Net & sql server

    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...
  4. ChrisHiggins

    ADO connection to SQL server

    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...

Part and Inventory Search

Back
Top