Article:
 |
|
Transparent Database Access with ADO.NET
|
| Subject: |
|
runtime error |
| Date: |
|
2002-12-20 17:53:52 |
| From: |
|
anonymous2
|
|
|
|
this error refers to the static IDbDataAdapter DataAdapter(string dbType, string query) function
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
Line 100:
Line 101: // Create a Command Object
Line 102: IDbCommand cmd = conn.CreateCommand();
|
Showing messages 1 through 3 of 3.
-
runtime error
2002-12-22 18:14:47
neh123us@yahoo.com
[Reply | View]
-
runtime error
2002-12-23 13:12:17
anonymous2
[Reply | View]
-
runtime error
2003-06-08 07:28:32
anonymous2
[Reply | View]
Verify that the assembly is in the references collection of the project. Let me know if you continue to have problems.
Nick