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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Komatose

  1. Komatose

    SQL Server and RecordSet dissolves

    I'm using the names. But I found a solution - well at least an expanation. See Knowledge Base Article Q175239 at http://support.microsoft.com/support/kb/articles/Q175/2/39.ASP Thanks anyway.
  2. Komatose

    SQL Server and RecordSet dissolves

    Hi there! I upgraded from Access Database to SQL Server. Everything went fine. But now I have a big problem. Using ASP Scripts (and ODBC) to get all data from my database I connect to the database like set dbConnect = Server.CreateObject("ADODB.Connection") dbConnect.open...
  3. Komatose

    RecordSet dissolves

    Hi there! I upgraded from Access Database to SQL Server. Everything went fine. But now I have a big problem. Using ASP Scripts (and ODBC) to get all data from my database I connect to the database like set dbConnect = Server.CreateObject("ADODB.Connection") dbConnect.open...
  4. Komatose

    How do I set DisplayControl on Boolean when creating new table?

    My Problem is that I created a table with create Table tablename (ItemBox LOGICAL) and the DisplayControl (under LookUp) is set to Text but I need a Check Box! Does anyone know how to set it to Check Box via command? Thank you for your answer! Yours Michael

Part and Inventory Search

Back
Top