Hi,
I'm writing a piece of code that uses ADO but I can't get the intellisense menus to appear when I hit "." and such, as in:
Set col2 = New ADOX.Column
col2.Name = "Floor"
col2.Type = adInteger
col2.DefinedSize = 30
.Name, .Type, .DefinedSize and also the enum adInteger should all appear in intellisense lists but they don't.
I have the references checked for:
Microsoft ActiveX Data Objects 2.5 library
Microsoft ADO EXt. 2.5 for DDL and Security
Can anyone help me to get the intellisense feature to work?
Thanks,
Vie
I'm writing a piece of code that uses ADO but I can't get the intellisense menus to appear when I hit "." and such, as in:
Set col2 = New ADOX.Column
col2.Name = "Floor"
col2.Type = adInteger
col2.DefinedSize = 30
.Name, .Type, .DefinedSize and also the enum adInteger should all appear in intellisense lists but they don't.
I have the references checked for:
Microsoft ActiveX Data Objects 2.5 library
Microsoft ADO EXt. 2.5 for DDL and Security
Can anyone help me to get the intellisense feature to work?
Thanks,
Vie