Page 1 of 1

Unidac + RemObjects = Access violation

Posted: Wed 06 Aug 2008 03:38
by Joao Cadilhe
I'm having problems with my datasnap client application connected with remObjects "Vinci" (version 5.0.31.701) DatasnapServer.

I did some tests against Test table:

CREATE TABLE TEST (
TEST_ID INTEGER NOT NULL,
TEST_NAME VARCHAR(30) NOT NULL
);


1 - Testing against Firebird - Acess violation when try to insert, update or delete records. I don“t have problems when using ADO (dbGo), IBX or FibPlus in the application server against same firebird (2.1.1) database.
Unidac Firebird test DbMonitor screenshot (no insert SQL in SQL Execute):

Image

2 - Same Server and client application testing against SqlServer 2005 Express - no problem, all fine (correct insert SQl in SQL Execute).
Unidac SqlServer 2005 Express test DbMonitor screenshot:

Image

Can you help me?

Joao Cadilhe.

Posted: Mon 11 Aug 2008 07:04
by Plash
Please send to unidac*devart*com a sample of client and server applications that demonstrates the problem.

Posted: Tue 12 Aug 2008 09:34
by Joao Cadilhe
Done.

Joao Cadilhe.