Are there anyone out there who can give me an example of setting a connection property using com_set() What I want is to set the 'Workstation Id' on an ADODB.Connection.
In ASP it would be like this: Set cnn = New ADODB.Connection cnn.Properties("Workstation Id").Value = 'foo'; I would hate myself for being forced to make an ASP-page make it work. Please help me. Can it be done with odbc ? I have tried and tried but nothing seems to work. Does anyone know if the Workstation ID can be set if i connect with odbc ? Best regards, Soeren Nielsen -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]