You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(10) |
Nov
(55) |
Dec
(36) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(38) |
Feb
(108) |
Mar
(79) |
Apr
(95) |
May
(64) |
Jun
(130) |
Jul
(146) |
Aug
(121) |
Sep
(96) |
Oct
(149) |
Nov
(161) |
Dec
(113) |
2004 |
Jan
(113) |
Feb
(163) |
Mar
(248) |
Apr
(132) |
May
(157) |
Jun
(160) |
Jul
(236) |
Aug
(284) |
Sep
(293) |
Oct
(277) |
Nov
(257) |
Dec
(356) |
2005 |
Jan
(203) |
Feb
(190) |
Mar
(220) |
Apr
(165) |
May
(124) |
Jun
(160) |
Jul
(190) |
Aug
(142) |
Sep
(152) |
Oct
(189) |
Nov
(187) |
Dec
(159) |
2006 |
Jan
(170) |
Feb
(151) |
Mar
(212) |
Apr
(262) |
May
(226) |
Jun
(196) |
Jul
(223) |
Aug
(165) |
Sep
(163) |
Oct
(348) |
Nov
(225) |
Dec
(141) |
2007 |
Jan
(261) |
Feb
(161) |
Mar
(222) |
Apr
(193) |
May
(121) |
Jun
(157) |
Jul
(151) |
Aug
(159) |
Sep
(61) |
Oct
(123) |
Nov
(172) |
Dec
(96) |
2008 |
Jan
(104) |
Feb
(138) |
Mar
(131) |
Apr
(131) |
May
(74) |
Jun
(107) |
Jul
(89) |
Aug
(89) |
Sep
(172) |
Oct
(158) |
Nov
(119) |
Dec
(86) |
2009 |
Jan
(52) |
Feb
(84) |
Mar
(78) |
Apr
(83) |
May
(54) |
Jun
(79) |
Jul
(60) |
Aug
(62) |
Sep
(50) |
Oct
(147) |
Nov
(50) |
Dec
(70) |
2010 |
Jan
(135) |
Feb
(113) |
Mar
(74) |
Apr
(93) |
May
(35) |
Jun
(71) |
Jul
(33) |
Aug
(110) |
Sep
(47) |
Oct
(18) |
Nov
(61) |
Dec
(34) |
2011 |
Jan
(46) |
Feb
(47) |
Mar
(25) |
Apr
(24) |
May
(21) |
Jun
(22) |
Jul
(20) |
Aug
(51) |
Sep
(31) |
Oct
(42) |
Nov
(22) |
Dec
(22) |
2012 |
Jan
(31) |
Feb
(19) |
Mar
(25) |
Apr
(55) |
May
(16) |
Jun
(28) |
Jul
(33) |
Aug
(25) |
Sep
(32) |
Oct
(25) |
Nov
(52) |
Dec
(35) |
2013 |
Jan
(43) |
Feb
(18) |
Mar
(36) |
Apr
(45) |
May
(22) |
Jun
(13) |
Jul
(31) |
Aug
(24) |
Sep
(19) |
Oct
(59) |
Nov
(47) |
Dec
(25) |
2014 |
Jan
(27) |
Feb
(15) |
Mar
(38) |
Apr
(10) |
May
(15) |
Jun
(36) |
Jul
(24) |
Aug
(28) |
Sep
(16) |
Oct
(6) |
Nov
(44) |
Dec
(40) |
2015 |
Jan
(52) |
Feb
(22) |
Mar
(13) |
Apr
(17) |
May
(22) |
Jun
(36) |
Jul
(18) |
Aug
(41) |
Sep
(71) |
Oct
(60) |
Nov
(49) |
Dec
(43) |
2016 |
Jan
(60) |
Feb
(13) |
Mar
(21) |
Apr
(28) |
May
(23) |
Jun
(39) |
Jul
(17) |
Aug
(37) |
Sep
(33) |
Oct
(15) |
Nov
(22) |
Dec
(20) |
2017 |
Jan
(27) |
Feb
(40) |
Mar
(48) |
Apr
(19) |
May
(29) |
Jun
(2) |
Jul
(19) |
Aug
(36) |
Sep
(18) |
Oct
(10) |
Nov
(11) |
Dec
(5) |
2018 |
Jan
(5) |
Feb
(4) |
Mar
(5) |
Apr
(3) |
May
(4) |
Jun
(17) |
Jul
(7) |
Aug
(7) |
Sep
(12) |
Oct
(8) |
Nov
(2) |
Dec
|
2019 |
Jan
(8) |
Feb
(5) |
Mar
(3) |
Apr
(5) |
May
(3) |
Jun
(2) |
Jul
(8) |
Aug
(7) |
Sep
(3) |
Oct
(12) |
Nov
(7) |
Dec
(1) |
2020 |
Jan
(8) |
Feb
(3) |
Mar
(7) |
Apr
(1) |
May
(2) |
Jun
(1) |
Jul
(3) |
Aug
(25) |
Sep
(5) |
Oct
(3) |
Nov
(7) |
Dec
(16) |
2021 |
Jan
(11) |
Feb
(10) |
Mar
(16) |
Apr
(8) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From:
<car...@te...> - 2004-01-11 21:54:46
|
Hello: > Is connection pooling just turned on in the connection string or is there a > .net setting to do this. This is done using the connection string: Pooling=false Try this and comment the results please :): <add key="DbConnectionString" value="Database=C:\\Inetpub\\wwwroot\\NZ\\_database\\RESTOREDB.GDB;User=SYSDBA; Password=masterkey;Dialect=3;Server=localhost;Pooling=false"/> -- Best regards Carlos Guzmán Álvarez Vigo-Spain |
From: Martin <mc...@we...> - 2004-01-11 21:33:00
|
Hi, I have not knowingly turned on/off connection pooling so I guess I am using the default of ON. Is connection pooling just turned on in the connection string or is there a .net setting to do this. The connection string that I am using is this (from my web config file) <add key="DbConnectionString" value="Database=C:\\Inetpub\\wwwroot\\NZ\\_database\\RESTOREDB.GDB;User=SYSD BA;Password=masterkey;Dialect=3;Server=localhost"/> would I have to add some sort of attribute to this to disable connection pooling?? could you help me out here please?? cheers martin. "Carlos Guzmán Álvarez" <car...@te...> wrote in message news:400...@te...... > Hello: > > > I noticed that the code you provided added the call to dispose on the > > command object. This seemed to have no effect. > > Ok, thanks, one question, are you using connection pooling ?? it's > enabled by default and with it enabled connections are not really closed > when you call FbConnection.Close method, they return to the pool and > will be closed when they are expired. > > > > > -- > Best regards > > Carlos Guzmán Álvarez > Vigo-Spain > > > ------------------------------------------------------- > This SF.net email is sponsored by: Perforce Software. > Perforce is the Fast Software Configuration Management System offering > advanced branching capabilities and atomic changes on 50+ platforms. > Free Eval! http://www.perforce.com/perforce/loadprog.html > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > |
From:
<car...@te...> - 2004-01-11 21:24:21
|
Hello: > I noticed that the code you provided added the call to dispose on the > command object. This seemed to have no effect. Ok, thanks, one question, are you using connection pooling ?? it's enabled by default and with it enabled connections are not really closed when you call FbConnection.Close method, they return to the pool and will be closed when they are expired. -- Best regards Carlos Guzmán Álvarez Vigo-Spain |
From: Martin <mc...@we...> - 2004-01-11 19:44:40
|
Hi Carlos, Thanks for the reply. I am using .NET Data Provider release candidate 2. I pasted in the code you provided but still I get error "sharing violation" when I go to delete the .gdb file after I have run my dot net code agaist it. here is the process I am following. 1. Locate the file (.gdb) that my web app (vb.net) will use and replace it with a fresh copy. 2. Run my web app agaist the fresh copy of the database once. 3. Again locate the file (.gdb) and attempt to delete it via windows explorer. This gives me "sharing violation" and since the only thing that accessed the database was my dot net code then I am assuming that this is causing some sort of locking. 4. Start the firebid control panel app and attempt to stop the service. At this point I get an error dialog saying "overlapped I/O" operation, although I am still able to stop the service and delete the file. Now I start the process of making small changes to my dot net code that accesses the database and restarting the whole process from stage 1 over again. I noticed that the code you provided added the call to dispose on the command object. This seemed to have no effect. cheers martin. "Carlos Guzmán Álvarez" <car...@te...> wrote in message news:3FF...@te...... > Hello: > > > After I have done a select statement through the .net provider do I > > have to commit it? and if so what is the procedure. > > Which version of the .NET Data Provider are you using ?? Are you using > connection pooling ?? (it's enabled by default) > > > The code I am running to populate my drop dowm box is > > Try this: > > Dim strSQL As String = "select ID, DISPLAY_TEXT from EE_SP_NAME > ORDER BY DISPLAY_TEXT" > Dim objConn As FirebirdSql.Data.Firebird.FbConnection = New > FirebirdSql.Data.Firebird.FbConnection > Dim objCMD As FirebirdSql.Data.Firebird.FbCommand = New > FirebirdSql.Data.Firebird.FbCommand > Dim objTran As FirebirdSql.Data.Firebird.FbTransaction > Dim objReader As FirebirdSql.Data.Firebird.FbDataReader > objConn.ConnectionString = > ConfigurationSettings.AppSettings("DbConnectionString") > objCMD.CommandText = strSQL > objCMD.CommandType = CommandType.Text > objConn.Open() > objCMD.Connection = objConn > objReader = objCMD.ExecuteReader() > CmbTargetGroup.DataSource = objReader > CmbTargetGroup.DataValueField = "ID" > CmbTargetGroup.DataTextField = "DISPLAY_TEXT" > CmbTargetGroup.DataBind() > objReader.Close() > objCMD.Dispose() > objConn.Close() > > > > > -- > Best regards > > Carlos Guzmán Álvarez > Vigo-Spain > > > ------------------------------------------------------- > This SF.net email is sponsored by: Perforce Software. > Perforce is the Fast Software Configuration Management System offering > advanced branching capabilities and atomic changes on 50+ platforms. > Free Eval! http://www.perforce.com/perforce/loadprog.html > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > |
From:
<car...@te...> - 2004-01-10 10:35:53
|
Hello: > After I have done a select statement through the .net provider do I > have to commit it? and if so what is the procedure. Which version of the .NET Data Provider are you using ?? Are you using connection pooling ?? (it's enabled by default) > The code I am running to populate my drop dowm box is Try this: Dim strSQL As String = "select ID, DISPLAY_TEXT from EE_SP_NAME ORDER BY DISPLAY_TEXT" Dim objConn As FirebirdSql.Data.Firebird.FbConnection = New FirebirdSql.Data.Firebird.FbConnection Dim objCMD As FirebirdSql.Data.Firebird.FbCommand = New FirebirdSql.Data.Firebird.FbCommand Dim objTran As FirebirdSql.Data.Firebird.FbTransaction Dim objReader As FirebirdSql.Data.Firebird.FbDataReader objConn.ConnectionString = ConfigurationSettings.AppSettings("DbConnectionString") objCMD.CommandText = strSQL objCMD.CommandType = CommandType.Text objConn.Open() objCMD.Connection = objConn objReader = objCMD.ExecuteReader() CmbTargetGroup.DataSource = objReader CmbTargetGroup.DataValueField = "ID" CmbTargetGroup.DataTextField = "DISPLAY_TEXT" CmbTargetGroup.DataBind() objReader.Close() objCMD.Dispose() objConn.Close() -- Best regards Carlos Guzmán Álvarez Vigo-Spain |
From: Martin <mc...@we...> - 2004-01-10 01:08:11
|
Hi, After I have done a select statement through the .net provider do I have to commit it? and if so what is the procedure. The reason I ask is that I have a drop down box in my web app which is populated with a datareader. The code populates the drop down box perfectly, however I noticed that straight after running this code I was unable to delete the actual .GDB file from windows explorer (NOTE. at present this is the only data access function in my entire app). The error message when I tried to delete the file was "sharing violation","..The source file may be in use" Now I don't actual want to delete the file, I am just using this method as a test to see if there has been any sharing violation caused with my code (which may cause other issues in the future). I have also noted the following behaviour. If I run my piece of code that populates my drop down box once and then go to the "firebird guardian" in control panel and attempt to stop the firebird service, I get the error message "Overlapped I/O operation in progress", although upon pressing OK the firebird service is stopped successfully, and I can now delete the file. so now I start over again with another copy of my .GDB file, I run the code to populate the drop down box again and it runs successfully, but after running it I can't delete the .GDB file because of the same error message that states there has been a sharing violation , despite the fact that my connection is now closed. The code I am running to populate my drop dowm box is Dim strSQL As String = "select ID, DISPLAY_TEXT from EE_SP_NAME ORDER BY DISPLAY_TEXT" Dim objConn As FirebirdSql.Data.Firebird.FbConnection = New FirebirdSql.Data.Firebird.FbConnection Dim objCMD As FirebirdSql.Data.Firebird.FbCommand = New FirebirdSql.Data.Firebird.FbCommand objConn.ConnectionString = ConfigurationSettings.AppSettings("DbConnectionString") objCMD.CommandText = strSQL objCMD.CommandType = CommandType.Text objConn.Open() objCMD.Connection = objConn CmbTargetGroup.DataSource = objCMD.ExecuteReader() CmbTargetGroup.DataValueField = "ID" CmbTargetGroup.DataTextField = "DISPLAY_TEXT" CmbTargetGroup.DataBind() objConn.Close() This code seems to close the connection ok (I've never had similar problems with it when using ms access or ms sql server) Now I realize that the above code does not have any transactions in it, so I figured this may be the problem (after all IB Expert always asks me if I want to commit SELECT statements..although I have no idea why..) so I put a transaction in the code as follows Dim strSQL As String = "select ID, DISPLAY_TEXT from EE_SP_NAME ORDER BY DISPLAY_TEXT" Dim objConn As FirebirdSql.Data.Firebird.FbConnection = New FirebirdSql.Data.Firebird.FbConnection Dim objCMD As FirebirdSql.Data.Firebird.FbCommand = New FirebirdSql.Data.Firebird.FbCommand Dim objTran As FirebirdSql.Data.Firebird.FbTransaction Dim objReader As FirebirdSql.Data.Firebird.FbDataReader objConn.ConnectionString = ConfigurationSettings.AppSettings("DbConnectionString") objCMD.CommandText = strSQL objCMD.CommandType = CommandType.Text objConn.Open() objTran = objConn.BeginTransaction() objCMD.Connection = objConn objCMD.Transaction = objTran objReader = objCMD.ExecuteReader() CmbTargetGroup.DataSource = objReader CmbTargetGroup.DataValueField = "ID" CmbTargetGroup.DataTextField = "DISPLAY_TEXT" CmbTargetGroup.DataBind() objReader.Close() objTran.Commit() objConn.Close() But still I get the shareing violation when I go to delete the file. I would be greatful if somebody could shed some light on this matter for me. I am assuming this sharing violation is being caused because I am not handling my data access correctly through the .net provider, but this has me a little stumped. many thanks in advance for any help. martin. |
From:
<car...@te...> - 2004-01-08 19:12:03
|
Hello: > I downloaded the latest versions of both the server and the > data provider. I don't have the code here (the internet doesn't > work in my office at the moment) but to make sure I did not > make a mistake, I tried using the example from FbCommand page > from the provider documentation. It really doesn't make > any sense to me... Are you testing with anything like this ?? : FbConnection connection = new FbConnection(connectionString); connection.Open(); string sql = "select * from employee"; FbCommand command = new FbCommand(sql, connection); FbDataReader reader = command.ExecuteReader(); while (reader.Read()) { Console.WriteLine(reader[0]); } command.Dispose(); connection.Close(); -- Best regards Carlos Guzmán álvarez Vigo-Spain |
From:
<car...@te...> - 2004-01-08 13:18:24
|
Hello: > I'm basically just trying to make it work, it means I simply > use the sample employee.fdb database and the simplest possible command > i.e. SELECT * FROM employee Can you send a test case ?? which version of the .NET Data Provider are you using ?? -- Best regards Carlos Guzmán álvarez Vigo-Spain |
From: <su...@qu...> - 2004-01-08 12:05:51
|
I=27m basically just trying to make it work=2C it means I simply use the sample employee=2Efdb database and the simplest possible command i=2Ee=2E SELECT * FROM employee When I try to do the same using ISQL everything works perfectly ----- P=F9vodn=ED zpr=E1va ----- Od=3A Carlos Guzm=E1n =C1lvarez =3Ccarlosga=40telefonica=2Enet=3E Datum=3A =E8tvrtek=2C 8=2E ledna 2004 v 12=3A58 odp P=F8edm=ECt=3A Re=3A =5BFirebird-net-provider=5D dynamic SQL error =3E Hello=3A =3E = =3E =3E Can anybody help me please=3F =3E = =3E Can you send the CommandText thta you are = =3E trying to execute=2C please=3F=3F =3E = =3E = =3E -- =3E Best regards =3E = =3E Carlos Guzm=E1n =C1lvarez =3E vigo-Spain =3E = =3E = =3E --------------------------------------------- =3E ---------- =3E This SF=2Enet email is sponsored by=3A Perforce = =3E Software=2EPerforce is the Fast Software = =3E Configuration Management System offering =3E advanced branching capabilities and atomic = =3E changes on 50+ platforms=2E =3E Free Eval! = =3E http=3A//www=2Eperforce=2Ecom/perforce/loadprog=2Ehtml=5F=5F=5F=5F=5F= =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F =3E Firebird-net-provider mailing list =3E Firebird-net-provider=40lists=2Esourceforge=2Enet =3E https=3A//lists=2Esourceforge=2Enet/lists/listinfo/firebird-net-provi= der =3E |
From:
<car...@te...> - 2004-01-08 11:58:00
|
Hello: > Can anybody help me please? Can you send the CommandText thta you are trying to execute, please?? -- Best regards Carlos Guzmán Álvarez vigo-Spain |
From: <su...@qu...> - 2004-01-08 11:31:50
|
Hi, I can't make my .NET data provider for Firebird work. I have Firebird 1.5 RC 8, the appropriate .Net driver and i'm using Visual Studio (C#) .NET 2003. (on Windows XP) I have no problems to establish a connection, start a transaction but whenever I try to execute a command (anyhow) the driver throws an exception. It says Dynamic SQL error - 901, feature is not supported. I have tried several versions of Firebird and/or the driver but everything keeps being the same. I'm trying everything locally. Can anybody help me please? thanks a million |
From:
<car...@te...> - 2004-01-07 19:26:18
|
Hello: 1.5 Sources: The only changes done here since RC2 release are back ported from 1.6 sources and are related to FbParameter and FbParameterCollection classes. - Added changes for better handling of parameter collections (checked against SqlClient provider): -Throw an exception when trying to add a parameter to a FbParameterCollection instance that is already owned by a different FbParameterCollection instance. -Generate a new parameter name when the parameter to add has no name. -Throw an exception when trying to add a parameter two times to the same collection. -- Best regards Carlos Guzmán Álvarez Vigo-Spain |
From:
<car...@te...> - 2004-01-07 17:08:25
|
Hello: > _cmdText = "INSERT INTO T_ARTICLE(A_ARTICLE_ID, > A_IDENT, A_NAME, A_DESCRIPTION,A_IMAGE) "; > _cmdText += " > VALUES(@articleId,@articleIdent,@articleName,@articleDescription,@articleImage) > "; The code seems to be ok (if A_IMAGE is a binary blob field) > _command.Parameters.Add("@articleImage",FirebirdSql.Data.Firebird.FbDbType.Binary).Value > = articleImage.Image; You need to set the parameter value as byte array. -- Best regards Carlos Guzmán Álvarez Vigo-Spain |
From: Hugo H. <hug...@gm...> - 2004-01-07 16:44:19
|
HI, I'd like to save images in a blob field. But I don't know which FbType to use for the parameter creation. I use following sql: _cmdText = "INSERT INTO T_ARTICLE(A_ARTICLE_ID, A_IDENT, A_NAME, A_DESCRIPTION,A_IMAGE) "; _cmdText += " VALUES(@articleId,@articleIdent,@articleName,@articleDescription,@articleIma ge) "; And one of my parameter description is _command.Parameters.Add("@articleImage",FirebirdSql.Data.Firebird.FbDbType.B inary).Value = articleImage.Image; articleImage is a PictureBox and the whole stuff is written in C#. Could anyone please give me a hint how to do this with this provider ? Thanks in advance Oliver |
From:
<car...@te...> - 2004-01-06 11:19:43
|
Hello: > Whenever I insert a string with an '@' sign via FbCommand + > ExecuteScalar, the string seems to get mangled. For example, inserting > "rc...@mo..." results to the string "rchiang?.com" being inserted > instead. This is know issue due to a limitation in the named parameters support, you can solve it using parametrized querys. -- Best regards Carlos Guzmán Álvarez Vigo-Spain |
From: Dick C. <rc...@mo...> - 2004-01-06 03:24:52
|
Hello, Whenever I insert a string with an '@' sign via FbCommand + ExecuteScalar, the string seems to get mangled. For example, inserting "rc...@mo..." results to the string "rchiang?.com" being inserted instead. My connection string is using Charset=ISO8859_1 (not sure if that's relevant). I'm using the Firebird 1.0.x server for Linux and FirebirdNetProvider1.5-RC2. Dick |
From:
<car...@te...> - 2003-12-31 19:26:26
|
Hello: > Tested on the following configurations: > > W2K, .NET 1.1, Firebird 1.0 on Linux and Windows > W2K, .NET 1.1, Firebird 1.5 on Linux and Windows > W2K3, .NET 1.1, Firebird 1.0 on Linux and Windows > W2K3, .NET 1.1, Firebird 1.5 on Linux and Windows > > Just my 2 cents :-) Thanks very much :) -- Best regards Carlos Guzmán Álvarez Vigo-Spain |
From: Alessandro P. <pet...@in...> - 2003-12-31 14:08:13
|
Carlos Guzmán Álvarez wrote: > Now than the 1.5 RC2 is released, i am thinking on when i am going to > release the final version, i am thinking on have one more RC and after > it release the final version, but, first i want to know what are the > opinions about performance, stability, features, ... from the people > that is using the 1.5 version. Hello Carlos, I have had it in production since the first alpha. It shows great performances and seems very stable. We're using it in a lot of web project, two of which are managing millions records. Tested on the following configurations: W2K, .NET 1.1, Firebird 1.0 on Linux and Windows W2K, .NET 1.1, Firebird 1.5 on Linux and Windows W2K3, .NET 1.1, Firebird 1.0 on Linux and Windows W2K3, .NET 1.1, Firebird 1.5 on Linux and Windows Just my 2 cents :-) Ciao, Alessandro Petrelli. |
From:
<car...@te...> - 2003-12-30 21:50:51
|
Hello: > Does anyone have any idea what I am doing wrong? I have tested it with this code: FbConnection connection = new FbConnection(connectionString); connection.Open(); string sql = "select * from divisacb"; DataSet m_patientListDS = new DataSet("PatientList"); FbDataAdapter m_patientAdapter = new FbDataAdapter(); m_patientAdapter.TableMappings.Add("Table", "RS_PatientLevel"); FbCommand patientCommand = new FbCommand(sql, connection); patientCommand.CommandType = CommandType.Text; m_patientAdapter.SelectCommand = patientCommand; m_patientAdapter.Fill(m_patientListDS); connection.Close(); having no problem, tell to me if it's no correct. Which version of the .NET Data Provider are you using ?? Can you send a test case ?? -- Best regards Carlos Guzmán Álvarez Vigo-Spain |
From: Wilhelmina M. <w.m...@ve...> - 2003-12-30 20:05:38
|
Hello, =20 I am trying to convert some C# code the uses MSDE database with Firebird database. When I execute the following code: =20 private DataSet m_patientListDS =3D new DataSet("PatientList"); private FbDataAdapter m_patientAdapter =3D new FbDataAdapter(); =20 m_patientAdapter.TableMappings.Add("Table", "RS_PatientLevel"); FbCommand patientCommand =3D new FbCommand(SELECT_FROM_PatientLevel(), OpenConnection()); patientCommand.CommandType =3D CommandType.Text; m_patientAdapter.SelectCommand =3D patientCommand; m_patientAdapter.Fill(m_patientListDS); =20 I catch the following exception when the fifth line is executed: =20 Message: "Command must have a valid Transaction." _COMPlusExceptionCode: -532459699 HResult: -2146233079 =20 Note that the FbComand parameters SELECT_FROM_PatientLevel() is simply a function that returns the string to select the rows of an entire table = and OpenConnection() returns an open FbConnection. =20 These lines of code fails at the initialization step when the table is = empty and no rows are returned. When I run the same code using MSDE under the same conditions, I get no error. =20 Does anyone have any idea what I am doing wrong? =20 Mimi Maloles=20 =20 |
From:
<car...@te...> - 2003-12-30 17:07:17
|
Hello: > There are some little examples, but for C# and VB.NET only. > > The help file have some simple samples too. And the NUnit test suite but it's in C# too :) -- Best regards Carlos Guzmán Álvarez Vigo-Spain |
From:
<car...@te...> - 2003-12-30 17:05:26
|
Hello: > I would like to try this with Delphi 8, do you have any nice examples? There are some little examples, but for C# and VB.NET only. The help file have some simple samples too. -- Best regards Carlos Guzmán Álvarez Vigo-Spain |
From: Tony C. <ac...@am...> - 2003-12-30 16:52:14
|
I would like to try this with Delphi 8, do you have any nice examples? -- Tony Caduto AM Software Design Inexpensive Corporate Instant Messaging http://www.amsoftwaredesign.com |
From:
<car...@te...> - 2003-12-30 10:00:35
|
Hello: Now than the 1.5 RC2 is released, i am thinking on when i am going to release the final version, i am thinking on have one more RC and after it release the final version, but, first i want to know what are the opinions about performance, stability, features, ... from the people that is using the 1.5 version. -- Best regards Carlos Guzmán Álvarez Vigo-Spain |
From:
<car...@te...> - 2003-12-29 10:24:34
|
Hello: > You suggest that I return to RC1? I seem to recall reading from the > list previously that RC3 is for 1.1 .NET Framework, while RC1 is for > 1.0. My system has Visual Studio with 1.0 .NET Framework, but I also > manually installed the 1.1 .NET Framework Runtime. Sorry, I mean .NET Provider 1.5 RC1, the RC3 was not released yet, RC2 was released today, both RC1 and RC2 versions of the .NET Data Provider have installations for the .NET Framework 1.0 and 1.1. -- Best regards Carlos Guzmán Álvarez Vigo-Spain |