/[informatika.old]/html/odbc.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /html/odbc.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by dpavlin, Wed Apr 5 14:01:16 2000 UTC revision 1.2 by dpavlin, Tue May 16 06:12:48 2000 UTC
# Line 52  Line 52 
52          $oTest = new ODBCSocketServer;          $oTest = new ODBCSocketServer;
53    
54          //Set the Hostname, port, and connection string          //Set the Hostname, port, and connection string
55          $oTest->sHostName = "netmon.pliva.hr";          $oTest->sHostName = "tkcpdc.pliva.hr";
56          $oTest->nPort = 9628;          $oTest->nPort = 9628;
57          $oTest->sConnectionString = "DSN=imenik;UID=administrator;PWD=;";          $oTest->sConnectionString = "DSN=Imenik;UID=dpavlinusic;PWD=dream;";
58    
59          //now exec the SQL          //now exec the SQL
60          $sResult = $oTest->ExecSQL("SELECT * FROM kontakti");          $sResult = $oTest->ExecSQL("SELECT * FROM kontakti");

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.26