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 Shaun E 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 shopoto

  1. shopoto

    problem with the latest SQLBase Odbc driver...?

    Hi everyone I've a windows 2003 server used as a web server (IIS6) where i've installed the SQLBase ODBC version 8.05.00.13498. I run the code below prefectly: <%@ Language=VBScript %> <html> <head> <title>ASP ADO Demo</title> <body> <% Set OBJdbConnection =...
  2. shopoto

    Problem with 2003 server & SQL Base ODBC Driver

    Hi, I've installed the SQLBase Driver Pack (13590) on a Windows 2003 Server (Standard Edition) The Windows 2003 Server is used as a Web Server (IIS6). In order to create dynamic page and due to ASP Script, i want to make requests on a Distant Database owned by a SQLBase Server. I've tried...
  3. shopoto

    How to make an insert of long var in an ASP Script?

    Hello. I can do insert/select in any table i want of my sqlbase database by using a script asp and a odbc link... I can do that anywhere... except for Long type variable... and that my problem here is a sample code: <% 'Création d'un objet ADODB.Connection Set OBJdbConnection =...

Part and Inventory Search

Back
Top