From: Soernt P. <soe...@t-...> - 2003-07-18 09:13:02
|
Hi Carlos, I am using RH9 + mono 0.25 + Firebird RC3. i downloaded the source from CVS and compiled (make) the FirebridSql.Data.Firebrid.dll successfully. But now my Testprogram can't connect anymore to my Database. No errors will be displayed. Any Idea? Best regards Sörnt |
From: Carlos G. A. <car...@te...> - 2003-07-18 09:35:16
|
Hello: > I am using RH9 + mono 0.25 + Firebird RC3. > > i downloaded the source from CVS and compiled (make) the > FirebridSql.Data.Firebrid.dll successfully. > But now my Testprogram can't connect anymore to my Database. > No errors will be displayed. Can you send a test case ?? Which version of the sources you have downloaded from CVS ?? -- Best regards Carlos Guzmán Álvarez Vigo-Spain |
From: Soernt P. <soe...@t-...> - 2003-07-18 10:41:45
|
Hello I attached my test application. The last line it displays at the console is "try open connection". Source Version - hmmm. I am new to the cvs system. I installed "TortoiseCVS" connected to ":pserver:ano...@cv...:/cvsroot/firebird" and downloaded the module "Net-Provider". Which Source Version? - I thought the current 1.1 - right? Best regards Sörnt "Carlos Guzman Alvarez" <car...@te...> schrieb im Newsbeitrag news:3F1...@te...... > Hello: > > > I am using RH9 + mono 0.25 + Firebird RC3. > > > > i downloaded the source from CVS and compiled (make) the > > FirebridSql.Data.Firebrid.dll successfully. > > But now my Testprogram can't connect anymore to my Database. > > No errors will be displayed. > > Can you send a test case ?? Which version of the sources you have > downloaded from CVS ?? > > > > > > -- > Best regards > > Carlos Guzmán Álvarez > Vigo-Spain > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: VM Ware > With VMware you can run multiple operating systems on a single machine. > WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the > same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > |
From: Carlos G. A. <car...@te...> - 2003-07-18 11:01:35
|
Hello: > I attached my test application. The last line it displays at the console is > "try open connection". > Source Version - hmmm. I am new to the cvs system. I installed "TortoiseCVS" > connected to > ":pserver:ano...@cv...:/cvsroot/firebird" and downloaded > the module "Net-Provider". > Which Source Version? - I thought the current 1.1 - right? Huummm i think you have downloaded the 1.0, you can get 1.1 fro the branch "branch-release-1-1". -- Best regards Carlos Guzmán Álvarez Vigo-Spain |
From: Carlos G. A. <car...@te...> - 2003-07-18 11:20:27
|
Hello: > I attached my test application. The last line it displays at the console is > "try open connection". > Source Version - hmmm. I am new to the cvs system. I installed "TortoiseCVS" > connected to > ":pserver:ano...@cv...:/cvsroot/firebird" and downloaded > the module "Net-Provider". > Which Source Version? - I thought the current 1.1 - right? Huummm i think you have downloaded the 1.0, you can get 1.1 fro the branch "branch-release-1-1". -- Best regards Carlos Guzmán Álvarez Vigo-Spain |
From: Soernt P. <soe...@t-...> - 2003-07-18 13:58:59
|
Hello Carlos, you are right - the source was Version 1.0. Downloaded the 1.1 ("branch-release-1-1") and compiled the Provider. surprise, surprise: now my test app is working - even with ".Parameters["XYZ"].Value". Thanks a lot Best regards Sörnt "Carlos Guzman Alvarez" <car...@te...> schrieb im Newsbeitrag news:3F1...@te...... > Hello: > > > I attached my test application. The last line it displays at the console is > > "try open connection". > > Source Version - hmmm. I am new to the cvs system. I installed "TortoiseCVS" > > connected to > > ":pserver:ano...@cv...:/cvsroot/firebird" and downloaded > > the module "Net-Provider". > > Which Source Version? - I thought the current 1.1 - right? > > Huummm i think you have downloaded the 1.0, you can get 1.1 fro the > branch "branch-release-1-1". > > > -- > Best regards > > Carlos Guzmán Álvarez > Vigo-Spain > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: VM Ware > With VMware you can run multiple operating systems on a single machine. > WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the > same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > |
From: Carlos G. A. <car...@te...> - 2003-07-18 14:50:28
|
Hello: > you are right - the source was Version 1.0. Downloaded the 1.1 > ("branch-release-1-1") and compiled the Provider. > surprise, surprise: now my test app is working - even with > ".Parameters["XYZ"].Value". Thanks a lot Actual sources in 1.0 branch have some changes that i have no tested yet :), i will test it before a new release if there are one for this branch :) -- Best regards Carlos Guzmán Álvarez Vigo-Spain |