Prev: FlushChannel: damaged channel list
Next: transparency
From: Manfred Stelzhammer on 8 Nov 2006 11:48 Llerena schrieb: > Hi Manfred. > I copy your script like you left here, jus with the database connection > change (database fdb vrsys) and recive this error: > > Too many arguments > while executing > "idstmt "$iduser $vector $voicefile"" > (file "tmp.tcl" line 52) > > The I put the "puts" commando to SqlInser procedure to view the > complete statement (SqlInsert fdb "idstmt" $table $lste puts) and look > like this: > fdb statement idstmt {INSERT INTO FEATURES (ID_USERS,VECTOR,VOICEFILE) > VALUES (?,?,?)} {{4 10 0} {-1 2147483647} {-4 2147483647}} > I think it's ok, but what's the real problem? > > > Best Regard's > Me > I get the same puts: "fbd statemen ...." like you and it works. What database and version do you use? I use Firebird 1.5.3. What odbc-driver and version do you use? I use the "firbird/Interbase(r) driver". regards Manfred
From: Llerena on 8 Nov 2006 12:00 My client is Linux SuSE 10.1 with IBPhoenix Open Source ODBC Driver version 1.3 and with FirebirdSS v 1.5.3 and my server is Windows XP with FirebirdSS v 1.5.3
From: Manfred Stelzhammer on 8 Nov 2006 12:08 Llerena schrieb: > My client is Linux SuSE 10.1 with IBPhoenix Open Source ODBC Driver > version 1.3 and with FirebirdSS v 1.5.3 > and my server is Windows XP with FirebirdSS v 1.5.3 > I use Windows XP Client and Server on the same machine Maybe it's the odbc-driver. Can you try another (from http://www.firebirdsql.org) regards Manfred
From: Llerena on 8 Nov 2006 13:03 I think this driver is the same just from diferent Site http://www.ibphoenix.com/main.nfs?page=ibp_60_odbc and http://www.firebirdsql.org/index.php?op=files&id=odbc any way I unisntall my installed driver and install the version 1.2 from your recomendation and recieve the same error...
From: Manfred Stelzhammer on 8 Nov 2006 13:18
Llerena schrieb: > I think this driver is the same just from diferent Site > http://www.ibphoenix.com/main.nfs?page=ibp_60_odbc > and > http://www.firebirdsql.org/index.php?op=files&id=odbc > > any way I unisntall my installed driver and install the version 1.2 > from your recomendation and recieve the same error... > Did you use 1.3 or 2.0 beta I use 2.0 beta but on Windows XP regards Manfred |