Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DB View in COM server: database is read-only?
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
DB View in COM server: database is read-only?
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows 7
Network:
Windows 2003 Server
Database:
Firebird
Application:
Desktop
Miscellaneous
Thread ID:
01493642
Message ID:
01493642
Views:
131
I am creating a VFP COM server whose main task will be to access a Firebird database.

I have created an ODBC data source to the Firebird database using a Firebird ODBC driver.

Both the client, the COM server, and the database are on the same computer.

When I use the following statement in the VFP COM server:
CREATE SQL VIEW vPatients CONNECTION odbcdsname ;
	AS SELECT PATIENTS.PatientNo, PATIENTS.NAME, PATIENTS.PatientID ;
	FROM Patients PATIENTS ;
	ORDER BY PATIENTS.NAME
I get an OLE IDispatch error #1570 saying that the database is read-only, and the view does not get created.

However, if I issue the same statement in a command window, it works; I get the view.

Thanks in advance for your help.
Jim
Next
Reply
Map
View

Click here to load this message in the networking platform