Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Grids

Status
Not open for further replies.

ronedavid

Programmer
Dec 8, 2003
6
US
Hello Everyone,

I am new to Visual InterDev but this is the problem. Everytime I add a Grid Design Time Control to the page I receive this error message when I try to display the page in the browser:
Error Type:
ADODB.Connection (0x800A0BB9)
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
/EZTRACKER/USERS.ASP, line 108

If I remove the Grid object from the page and just leave the recordset design time control the page display just fine. Can anyone help me? Thanks


 
This probably means that the grids datasources' connection string has not been set to anything that can be resolved at design time.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top