Prev: FlushChannel: damaged channel list
Next: transparency
From: Llerena on 8 Nov 2006 13:22 also I try to insert directly with not statement generation and with and without data type especification fdb "{INSERT INTO FEATURES (ID_USERS,VECTOR,VOICEFILE) VALUES ($iduser,$vector,$voicefile)} {{4 10 0} {-1 2147483647} {-4 2147483647}}" or fdb "INSERT INTO FEATURES (ID_USERS,VECTOR,VOICEFILE) VALUES ($iduser,$vector,$voicefile) {{4 10 0} {-1 2147483647} {-4 2147483647}}" and fdb "INSERT INTO FEATURES (ID_USERS,VECTOR,VOICEFILE) VALUES ($iduser,$vector,$voicefile)" and recive this new error: Segmentation fault. that's mean nothing for me. Regards Yosvany
From: Llerena on 9 Nov 2006 03:53
I try to use v 2.0 on Linux and send some error: Can't open lib '/usr/lib/unixODBC/libOdbcFb32.so' : /usr/lib/unixODBC/libOdbcFb32.so: undefined symbol: wcslen__FPCw I whant to compile the version 2 but I don't know how. And I'm not test the versiĆ³n 1.3 I will try soon. |