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 dencom 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: *

  • Users: ozzydaws
  • Content: Threads
  • Order by date
  1. ozzydaws

    ADOQuery returns a negative value

    Hi Everyone, In one of my units I have an ADOQuery component, which I initialize like so: with ADOQuery1 do begin Close; ConnectionString := 'Provider=Microsoft.Jet.OLEDB.4.0;Data Source='+frm_Technician.databaselocation+'btbse_ScienceBookings.mdb;Persist Security Info=False'...
  2. ozzydaws

    TADOCommand and TADOQuery do not accept INSERT statement as valid

    Hi everyone, when I try and run this code, Delphi tells me I the INSERT statement has a syntax error when, as far as I can see, it doesn't. ADOCommand1.ConnectionString := 'Provider=Microsoft.Jet.OLEDB.4.0;Data Source='+frm_LogIn.SpreadSheetLocation+'btbse_ScienceBookings.mdb;Persist...

Part and Inventory Search

Back
Top