hi everyone out there
currently i'm facing this prblem can anyone help me out wid this
i'm using ADOCD component in project
and also added reference of adodb
but resulted in following list of errors

Error 1 'CommandTypeEnum' is ambiguous in the namespace 'ADODB'. D:\farah\tran_pro19\26june19\UrduTransliteration\MainForm.Designer.vb 73 33 Project1
Error 2 'CursorLocationEnum' is ambiguous in the namespace 'ADODB'. D:\farah\tran_pro19\26june19\UrduTransliteration\MainForm.Designer.vb 75 36 Project1
Error 3 'CursorTypeEnum' is ambiguous in the namespace 'ADODB'. D:\farah\tran_pro19\26june19\UrduTransliteration\MainForm.Designer.vb 76 32 Project1
Error 4 'LockTypeEnum' is ambiguous in the namespace 'ADODB'. D:\farah\tran_pro19\26june19\UrduTransliteration\MainForm.Designer.vb 81 30 Project1
Error 5 'ConnectModeEnum' is ambiguous in the namespace 'ADODB'. D:\farah\tran_pro19\26june19\UrduTransliteration\MainForm.Designer.vb 82 26 Project1

Recommended Answers

All 2 Replies

You should post your problem in VB 4/5/6 forum.

Qualify each & every enum with ADODB name.

ADODB.CommandTypeEnum.adCmdTable
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.