Well, I've tried four or more different ways of connecting to a foxpro database (DBC not DBF) - (using the connection wizard and/or programming code) - the connection always tests okay, I have three tables available, I can loop the field values out to text boxes, or assign them implicitly.
BUT CAN I UPDATE THEM???!!! (That would be no)
I've searched everywhere on the web over the last few weeks, hence the differing methods at connecting.
I'm using VB6(SP5) on WinXP Pro(SP1), I've tried this on a Win98 PC too with the same results.
Is this a problem with the database?
The error messages are either 3027: object or database is readonly, or Operation was cancelled, or SQL statement too long... dependent on which method used.
Does anyone have a connection method (prefferably in code) which includes userID and Password (required) to connect to the DBC file and update fields within the tables from VB text boxes.
This is REALLY frustrating - I'm still learning but I feel so close.
Rorki
BUT CAN I UPDATE THEM???!!! (That would be no)
I've searched everywhere on the web over the last few weeks, hence the differing methods at connecting.
I'm using VB6(SP5) on WinXP Pro(SP1), I've tried this on a Win98 PC too with the same results.
Is this a problem with the database?
The error messages are either 3027: object or database is readonly, or Operation was cancelled, or SQL statement too long... dependent on which method used.
Does anyone have a connection method (prefferably in code) which includes userID and Password (required) to connect to the DBC file and update fields within the tables from VB text boxes.
This is REALLY frustrating - I'm still learning but I feel so close.
Rorki