Problems when moving program from dev machine to prod machine

Hello, I'm relatively new at this so I'm hoping there is an easy solution! I developed a database application using vb 6 and access 2002 on a windows 2000 machine. My vb program just displays data that is in the access database and allows the user to add new records, delete records and update records. On my development machine it works fine. I have an adodc control and the data is displayed in a data grid.

When I move my exe and mdb and access and vb runtime files to a win 98 machine, it does not work correctly. I'm getting the error "Runtime-error 91, Object Variable or with block variable not set". I believe the error is occuring on "Adodc1.Recordset.Requery". The form never even gets a chance to load the data into the datagrid. If anyone would please be able to give me some pointers I would really appreciate it! Thanks again,

Bob
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories