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

    Question about Crystal Reports..

    traffen(Programmer) I use temporary tables quite often, I create the table the first time through SQL Server Query Analyzer or Oracle SQL plus. Then set up the Crystal report. I then DROP the table from the database and in code recreate it and populate with my recordset. This way, anyone...
  2. traffen

    ADO 2.6, recordset returns eof, knowing there should be data.

    My OS is Windows 2000 and NT 4.0 SP 6, with SP5 for Visual Studio installed as well. I occasionally have queries returning numeric data return the recordset empty. I know there is data to be returned. I understand this is a bug with MS and overcame it after installing the Vis Studio SP5. But...
  3. traffen

    ADO connection and good practices

    Here's another approach that I find simple enough. I use a class object for my ado with functions for connect, getrecordset,execute, etc. In my form_load() I pass the connection information to my method in the class object. As mentioned above you will need to close the connection when the...

Part and Inventory Search

Back
Top