Viewing 4 posts - 1 through 4 (of 4 total)
Using the SQLOLEDB driver instead of the MSDASQL ODBC driver did the trick. Once more the world is spinning on its proper axis. Thanks very much.
April 3, 2002 at 8:16 am
The connection string is passed in as a string value aCnString in the following code:
' Get Connection Ready
Set cn = Server.CreateObject("ADODB.Connection")
Set rs = Server.CreateObject("ADODB.Recordset")
cn.ConnectionString = aCnString
Response.Write "ConnectionString 1: "...
April 2, 2002 at 3:31 pm
Ok, this jives with the little research I have done. Some other databases allow you to define custom error messages with each foreign key constraint but this doesn't appear...
March 21, 2002 at 5:05 pm
Thanks for the detailed reply. A further question: Suppose I have a delete that can violate several foreign key constraints in different child tables, can I easily determine...
March 21, 2002 at 6:55 am
Viewing 4 posts - 1 through 4 (of 4 total)