PDA

Click to See Complete Forum and Search --> : Namespace?


vbNeo
Sep 25th, 2003, 09:36 AM
What's the namespace I have to import to make OLEDB connections?

Cheers!

Memnoch1207
Sep 25th, 2003, 09:43 AM
System.Data.OleDb

here are the classes within this namespace

OleDbCommand
OleDbCommandBuilder
OleDbConnection
OleDbDataAdapter
OleDbDataReader
OleDbError
OleDbErrorCollection
OleDbException
OleDbInfoMessageEventArgs
OleDbParameter
OleDbParameterCollection
OleDbPermission
OleDbPermissionAttribute
OleDbRowUpdatedEventArgs
OleDbRowUpdatingEventArgs
OleDbSchemaGuid
OleDbTransaction

vbNeo
Sep 25th, 2003, 09:51 AM
Thank you!

Do you know any place with a reference on theese darned namespaces?(I'm new to ASP.Net)

Cheers!

Memnoch1207
Sep 25th, 2003, 09:57 AM
.NET Namespace List (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemdataoledb.asp)

vbNeo
Sep 26th, 2003, 07:36 AM
Thanks =).