Re: [Firebird-net-provider] sweep and indexes recalculation

2006-02-13 Thread Jiri Cincura
to use 'set statistics', but I'm not sure if it works win provider. BTW 'alter index ...' is better, because it's rebuliding the index tree too, 'set statistics' is only recomputing stats. PS: sorry for 2nd mail, my fault. -- Jiri Cincura http://www.cincura.net

Re: [Firebird-net-provider] Still problem with DDEX (VS 2005) in FB Data Provider - complete description

2006-02-19 Thread Jiri Cincura
accessible) are placed. You can use the .NET Framework GUI to add files into GAC or i.e. gacutil from FB Client instalation dir. The FB Client instalation is adding these assemblies into GAC during the install (am I right Carlos?). -- Jiri Cincura http://www.cincura.net

OT: Re: [Firebird-net-provider] Still problem with DDEX (VS 2005) in FB Data Provider - complete

2006-02-19 Thread Jiri Cincura
://blog.vyvojar.cz/jirka/archive/2006/02/19/7471.aspx It's little more detailed than in readme with some hints. -- Jiri Cincura http://www.cincura.net/ --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems

Re: [Firebird-net-provider] Still problem with DDEX (VS 2005)

2006-02-19 Thread Jiri Cincura
of .NET FW) -- Jiri Cincura http://www.cincura.net/ --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing

Re: [Firebird-net-provider] Still problem with DDEX (VS 2005) in FB Data Provider - complete

2006-02-20 Thread Jiri Cincura
On 20.2.2006 9:34 Paul Mercea wrote: I could not see your blog... The server at blog.vyvojar.cz is taking too long to respond. Try later. Somebody is probably doing some updates. ;) -- Jiri Cincura http://www.cincura.net/ --- This SF.net

Re: [Firebird-net-provider] Still problem with DDEX (VS 2005)

2006-02-20 Thread Jiri Cincura
On 20.2.2006 10:54 Jun S. Pomer wrote: Hi Jiri, Can you send me your FirebirdSql.VisualStudio.DataTools.dll ver. 1.0.2197.27011? I even try to installed to other PC and follow the instructions. Still the same error. Done. Sent to private mail. -- Jiri Cincura http://www.cincura.net

Re: [Firebird-net-provider] Still problem with DDEX (VS 2005) in FB Data Provider - complete

2006-02-20 Thread Jiri Cincura
On 20.2.2006 15:36 Carlos Guzmán Álvarez wrote: Hope there are no problem if i reproduce here the blog content :) : No problem, man. :) -- Jiri Cincura http://www.cincura.net/ --- This SF.net email is sponsored by: Splunk Inc. Do you grep

Re: [Firebird-net-provider] Still problem with DDEX (VS 2005) in FB Data Provider - complete

2006-02-21 Thread Jiri Cincura
the PublicKeyToken of the FirebirdSql.Data.FirebirdClient assembly and it's working (seems to be working). I've successfuly created connection in DB Explorer and it's working after double click. :) Why there's must be the PublicKeyToken of the System.Data? -- Jiri Cincura http

Re: [Firebird-net-provider] Firebird with SharpDevelopp

2006-02-21 Thread Jiri Cincura
). Using DDEX? - no (I'm not 100% sure, but when I was playing with #d, it was not possible). -- Jiri Cincura http://www.cincura.net/ --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop

Re: [Firebird-net-provider] Still problem with DDEX (VS 2005) in FB Data Provider - complete

2006-02-22 Thread Jiri Cincura
On 22.2.2006 21:07 Carlos Guzmán Álvarez wrote: Hello: Why there's must be the PublicKeyToken of the System.Data? Because that line refers to the System.Data assembly ... unless i'm wrong of course :) Yeap. You're of course right. :) I'll add this hint to my blog. -- Jiri Cincura http

Re: [Firebird-net-provider] linux server

2006-03-03 Thread Jiri Cincura
this. Running .NET app on WinXP and server on Slackware. Works fine. -- Jiri Cincura http://www.cincura.net/ --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media

[Firebird-net-provider] FbDataAdapter bug with generating DataSet

2006-03-05 Thread Jiri Cincura
with generating Relations. ;) PS: I've posted this message about 12 hours ago, but it's not in list, so again. -- Jiri Cincura http://www.cincura.net/ --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends

Re: [Firebird-net-provider] FbDataAdapter - Generate DataSet Error

2006-03-06 Thread Jiri Cincura
On 7.3.2006 0:25 Carlos Guzmán Álvarez wrote: Ok, i will review this tomorrow, the foreign keys schemas have changed OK, no rush. -- Jiri Cincura http://www.cincura.net/ --- This SF.Net email is sponsored by xPML, a groundbreaking

Re: [Firebird-net-provider] How to get all FbCommands at form during runtime in .NET

2006-03-10 Thread Jiri Cincura
devel list. -- Jiri Cincura http://www.cincura.net/ --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group

[Firebird-net-provider] FirebirdSql.Web.Providers

2006-03-19 Thread Jiri Cincura
Hi *, is there any documentation of %subj%? Or some example, etc.? -- Jiri Cincura http://www.cincura.net/ --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media

[Firebird-net-provider] Using GUI for ADO.NET FB in ASP.NET

2006-03-26 Thread Jiri Cincura
wrong in my mind (maybe I'm wrong in using FB in ASP.NET) or not ... -- Jiri Cincura http://www.cincura.net/ --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media

Re: [Firebird-net-provider] Re: Possible Bug

2006-03-29 Thread Jiri Cincura
as the whole table (not via the select command). But I'm not sure. BTW you can use: dataAdapter.Fill(ds, xyz); ;) Can somebody confirm this. please ?? .net provider 2.0 latest, confirmed. -- Jiri Cincura http://www.cincura.net/ --- This SF.Net email

Re: [Firebird-net-provider] Re: Possible Bug

2006-03-29 Thread Jiri Cincura
On 30.3.2006 0:28 Jiri Cincura wrote: Table Table1 Table2 etc. I read this somewhere in docs. But I'm not sure. Yeah, I've found it - I'm sure. This is standard behavior. You can use the tablename like in my example. -- Jiri Cincura http://www.cincura.net

Re: [Firebird-net-provider] VS 2005 and Firebird 2 beta 4 Installation Problem

2006-03-29 Thread Jiri Cincura
this error. Failure Has Occured While Loading a Type Can someone here help please. Regards Charles BTW Why are you using Beta 4? There's now RC1. -- Jiri Cincura http://www.cincura.net/ --- This SF.Net email is sponsored by xPML

Re: [Firebird-net-provider] FirebirdMemberShipProvider bug

2006-03-31 Thread Jiri Cincura
for: CREATE DOMAIN BOOL AS SMALLINT NOT NULL CHECK (value = 1 or value = 0) Description: 0 = false non-zero(1) = true Solved! Hehehe ;) -- Jiri Cincura http://www.cincura.net/ --- This SF.Net email is sponsored by xPML, a groundbreaking scripting

Re: [Firebird-net-provider] How to fill a DataSet using FbDataAdapter ?

2006-04-02 Thread Jiri Cincura
Ok, and where's problem? DataSet1.Clear(); fbDataAdapter1.Fill(DataSet1); Very easy example. -- Jiri Cincura http://www.cincura.net/ --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications

Re: [Firebird-net-provider] Feedback request

2006-04-03 Thread Jiri Cincura
, BindingNavigator, ... ) ?? Sometimes yes. 7. Are you using the old Design-Time features ( for FbConnection, FbCommand and FbDataAdaptercomponents ) ?? ( i 'm thinking on remove that design time support in future releases of the v2.X) What are the old design-time features? -- Jiri

Re: [Firebird-net-provider] Feedback request

2006-04-03 Thread Jiri Cincura
On 3.4.2006 23:52 Carlos Guzmán Álvarez wrote: Hello: What are the old design-time features? FbDataAdapter configuration wizard, Dataset Generator, ConnectionString dialog ... OK. So the answer for question 7 is yes (sometimes, I guess 80%). -- Jiri Cincura http://www.cincura.net

Re: [Firebird-net-provider] Executing Stored Procedure

2006-04-04 Thread Jiri Cincura
: ExecuteReader Executes commands that return rows. ExecuteNonQuery Executes commands such as SQL INSERT, DELETE, UPDATE, and SET statements. ExecuteScalar Retrieves a single value (for example, an aggregate value) from a database. Or maybe didn't understand. ;) -- Jiri Cincura http

Re: [Firebird-net-provider] Executing Stored Procedure

2006-04-04 Thread Jiri Cincura
to do this and if you will not succeed, write to list with piece of code. Im sure, that somebody will help. ;) -- Jiri Cincura http://www.cincura.net/ --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends

Re: [Firebird-net-provider] Connection string change

2006-04-10 Thread Jiri Cincura
DbConnectionStringBuilder. OK. I think this wouldn't be a problem. -- Jiri Cincura http://www.cincura.net/ --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media

[Firebird-net-provider] SqlDataSource problem

2006-04-11 Thread Jiri Cincura
. Object reference not set to an instance of an object. --- OK --- but everything is working next. I can use the SqlDataSource, etc. -- Jiri Cincura http://www.cincura.net/ --- This SF.Net email

[Firebird-net-provider] SqlDataSource - refresh schema bug and command builder

2006-04-11 Thread Jiri Cincura
it, then on parameters. It should ask you for this. Sometimes (with i.e. select title, id from um;) it works = it asks you for params and executes. Working with these bug is really not comfortable. -- Jiri Cincura http://www.cincura.net

Re: [Firebird-net-provider] SqlDataSource problem

2006-04-11 Thread Jiri Cincura
On 11.4.2006 22:37 Carlos Guzmán Álvarez wrote: Hello: but everything is working next. I can use the SqlDataSource, etc. Can you send to my private email a test database, please ?? I think it doesn't bear on database. I happens on my every remote DB. -- Jiri Cincura http

Re: [Firebird-net-provider] SqlDataSource - refresh schema bug and command builder

2006-04-12 Thread Jiri Cincura
On 12.4.2006 10:17 Carlos Guzmán Álvarez wrote: The problem with FIRST lies inthat the Query Builder performs a validation of the SQL didn't know if there are a way of doing a custom validation of it. Ohh. This seems to be very bad. :( -- Jiri Cincura http://www.cincura.net

[Firebird-net-provider] Using FbConnection for multiple FbCommands

2006-04-12 Thread Jiri Cincura
Hi, can I use one FbConnection for multiple FbCommands. I'm using one command for selecting data from table and while reading it, I'm inserting this and new data into another table. Can I do this? Or need I 2 conections (one for reading data during inserting (the second conn.))? -- Jiri

Re: [Firebird-net-provider] Using FbConnection for multiple FbCommands

2006-04-12 Thread Jiri Cincura
Something like this: open conn. select data while read read one row use some columns from select and insert new to another table (insert is using the same conn) commit; conn. close -- Jiri Cincura http://www.cincura.net

Re: [Firebird-net-provider] Using FbConnection for multiple FbCommands

2006-04-12 Thread Jiri Cincura
On 12.4.2006 14:15 Carlos Guzmán Álvarez wrote: Yes it should be possible, if not it's a bug ;) Yesterday it was not working for me. :( Today it's working! :) Maybe some woodoo. ;) -- Jiri Cincura http://www.cincura.net/ --- This SF.Net

[Firebird-net-provider] Sense of size in parameters

2006-04-12 Thread Jiri Cincura
Hi *, me again. ;) What's the sense of size property in FbCommand.Parameters.Add (or common xxxCommand)? It does not perform any trimming or validation, right. -- Jiri Cincura http://www.cincura.net/ --- This SF.Net email is sponsored

Re: [Firebird-net-provider] Sense of size in parameters

2006-04-12 Thread Jiri Cincura
the sentence. :( The second part is weird. Or another question. Is there any advantage if I specify the size? -- Jiri Cincura http://www.cincura.net/ --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends

Re: [Firebird-net-provider] Sense of size in parameters

2006-04-12 Thread Jiri Cincura
better not to specify the size, in the future somebody will change the table structure, ... ;) But on the other side, I will save one request. -- Jiri Cincura http://www.cincura.net/ --- This SF.Net email is sponsored by xPML, a groundbreaking

Re: [Firebird-net-provider] FbMembershipProvider problem

2006-04-13 Thread Jiri Cincura
quot;ucimeConnectionString" Line 26: / Source File: C:\Documents and Settings\Jiri Cincura\Dokumenty\devel\Visual Studio 2005\WebSites\WebSite3\web.config    Line: 24 Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42 ?xml version

Re: [Firebird-net-provider] Views

2006-04-15 Thread Jiri Cincura
On 15.4.2006 4:15 Eduardo Beninca wrote: Hi, i need a help with views.. I want to call a view inside my c# code ... how can i do this ??? View is like the normal select. So FbCommand x = new FbCommand(select * from some_view;, connection, transaction); x.Execute ... -- Jiri Cincura http

Re: [Firebird-net-provider] Problem procedure

2006-04-17 Thread Jiri Cincura
On 17.4.2006 5:47 Marvin Cook wrote: The exception reads Update requires a valid UpdateCommand when passed DataRow collection with modified rows. Did you setted the UpdateCommand for DataAdapter? -- Jiri Cincura http://www.cincura.net

Re: [Firebird-net-provider] Connection to datasource using VS 2005

2006-04-18 Thread Jiri Cincura
could not get the answer to fix. Did you added the reference to the FirebirdClient assembly? -- Jiri Cincura http://www.cincura.net/ --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications

Re: [Firebird-net-provider] FbMembershipProvider problem

2006-04-18 Thread Jiri Cincura
On 18.4.2006 15:00 Carlos Guzmán Álvarez wrote: Hello: Any progres on this Carlos? No sorry but i haven't time to review it, i'm a little bosy with the home moving. Never mind. I'll try to find something myself and 'll to solve this. -- Jiri Cincura http://www.cincura.net

Re: [Firebird-net-provider] FbMembershipProvider problem

2006-04-18 Thread Jiri Cincura
/Articles/427.aspx http://odetocode.com/Articles/428.aspx I don't think so. There's a not problem with loading the provider, but the provider isn't able to read the connection string from Web.config file. :( I'll try to do some test to try to find bug. -- Jiri Cincura http://www.cincura.net

Re: [Firebird-net-provider] FbMembershipProvider problem

2006-04-20 Thread Jiri Cincura
, I just now need your cooperation to merge this changes to your sources and then to CVS. After you read this, write me mail to do this (if you're interested). -- Jiri Cincura http://www.cincura.net/ --- Using Tomcat but need to do more? Need

Re: [Firebird-net-provider] Sql_Script in Delphi

2006-04-20 Thread Jiri Cincura
W_BatchExecution.SqlStatements := W_Script.Results; Are you sure, this is the same code? BTW using the Add method is completely OK. -- Jiri Cincura http://www.cincura.net/ --- Using Tomcat but need to do more? Need to support web services, security? Get

Re: [Firebird-net-provider] Embedded Firebird

2006-04-21 Thread Jiri Cincura
property). Then you must add the dll file to your program. You don't write the version of the provider, so meybe you have to rename it to GDS32.DLL, ... -- Jiri Cincura http://www.cincura.net/ --- Using Tomcat but need to do more? Need

Re: [Firebird-net-provider] Embedded Firebird

2006-04-22 Thread Jiri Cincura
is certainly appreciated. And where's fbembed.dll located? You have to place it near the exe file to .NET find it implicit or create the app.config file. You have probably exe file in bin\Debug, so there place the fbembed.dll . -- Jiri Cincura http://www.cincura.net

Re: [Firebird-net-provider] Urgent Help! Deploying Firebird .Net provider on a Production Server

2006-04-22 Thread Jiri Cincura
SqlDataSources on document, etc. If you're just using FB in code, it's working. In about 2-3 hours I'll prepare the solution. -- Jiri Cincura http://www.cincura.net/ --- Using Tomcat but need to do more? Need to support web services, security

Re: [Firebird-net-provider] Urgent Help! Deploying Firebird .Net provider on a Production Server

2006-04-22 Thread Jiri Cincura
On 22.4.2006 19:30 Jiri Cincura wrote: On 22.4.2006 16:52 Charles Urbina wrote: Thanks Jiri. I look forward to your email. Well, try to use this http://blog.vyvojar.cz/jirka/archive/2006/04/22/7975.aspx I'll also add title to another user can search this better in archive. Deploying

Re: [Firebird-net-provider] Urgent Help! Deploying Firebird .Net provider on a Production Server

2006-04-22 Thread Jiri Cincura
On 23.4.2006 0:17 Charles Urbina wrote: *Parser Error Message: *Unrecognized configuration section 'connectionStrings' I think, this is self describing, a lot. 8-) -- Jiri Cincura http://www.cincura.net/ --- Using Tomcat but need to do

Re: [Firebird-net-provider] Stored Procedure select ...

2006-04-22 Thread Jiri Cincura
On 21.4.2006 22:27 Eduardo Beninca wrote: I have a stored procedure that returns to me an entire table.. Anyone can help ?? And select * from procedure works? -- Jiri Cincura http://www.cincura.net/ --- Using Tomcat but need to do more

Re: [Firebird-net-provider] Sql_Script in Delphi

2006-04-24 Thread Jiri Cincura
. select * from rdb$database;? -- Jiri Cincura http://www.cincura.net/ --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere

Re: [Firebird-net-provider] Urgent Help! Deploying Firebird .Net provider on a Production Server

2006-04-24 Thread Jiri Cincura
On 24.4.2006 18:26 Charles Urbina wrote: Jiri, I was able to fix the problem. THe server didn't have installed the .NET 2 framework. Grrr. -- Jiri Cincura http://www.cincura.net/ --- Using Tomcat but need to do more? Need to support web

Re: [Firebird-net-provider] Provider RC2 and RC3 - not working with Embedded RC1

2006-04-24 Thread Jiri Cincura
: 0x8007007E) Again as before if I switch back to Firebird DB 1.5.3, both the Provider 2.0 RC2 and RC3 work fine. Regards; Warren Anderson And dou you have fbembed.dll on same place? Can you send test case? -- Jiri Cincura http://www.cincura.net

Re: [Firebird-net-provider] Help please

2006-04-24 Thread Jiri Cincura
(steps) where the error is occurred and how to get it and maybe some test case for Carlos. -- Jiri Cincura http://www.cincura.net/ --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre

Re: [Firebird-net-provider] Getting a single value from the database in C#

2006-04-27 Thread Jiri Cincura
. IMHO this is also not about Firebird-net-provider, but about your code. BTW I also suggest to you to use parameters, it's safer and faster than building the whole query as string. -- Jiri Cincura http://www.cincura.net/ --- Using Tomcat

Re: [Firebird-net-provider] Problem with connect to database on Pocket PC 2003 (fbembed.dll / NETCF)

2006-04-29 Thread Jiri Cincura
sugestions?. Meaby I have to change .net provider ? or database server for pocket pc? You just need to use another DB and provider, which are for Pocket PC. -- Jiri Cincura http://www.cincura.net/ --- Using Tomcat but need to do more? Need to support

Re: [Firebird-net-provider] How to create a Membership provider with FBclient for .net

2006-05-02 Thread Jiri Cincura
provider, it's same as any else. There's no difference. PS: If I'll have time this week, I can provide the new implementation for others on my site. -- Jiri Cincura http://www.cincura.net/ --- Using Tomcat but need to do more? Need to support web

Re: [Firebird-net-provider] How to create a Membership provider with FBclient for .net

2006-05-02 Thread Jiri Cincura
On 2.5.2006 17:13 Charles Urbina wrote: I'm using Firebird to develop my web application. Please advise. So you can't use roles. :) -- Jiri Cincura http://www.cincura.net/ --- Using Tomcat but need to do more? Need to support web services

Re: [Firebird-net-provider] How to create a Membership provider with FBclient for .net

2006-05-03 Thread Jiri Cincura
provider. So look at the examples on msdn of using membership. -- Jiri Cincura http://www.cincura.net/ --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make

Re: [Firebird-net-provider] Error Stored Procedure

2006-05-03 Thread Jiri Cincura
error code is 'Dynamic SQL Error', so works it via isql? -- Jiri Cincura http://www.cincura.net/ --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your

Re: [Firebird-net-provider] How to create a Membership provider with FBclient for .net

2006-05-03 Thread Jiri Cincura
On 4.5.2006 4:35 Charles Urbina wrote: Jiri, Once again thanks I will look into that demo. Have a great day. Well, MSDN or SDK is your friend. :) Where are you located (Country/City) just curiousity. I'm in New York City Czech Republic/Europe, Central European Summer Time (GMT+2) -- Jiri

Re: [Firebird-net-provider] RC3 Bug Report, Example Included

2006-05-03 Thread Jiri Cincura
of Table and also DataSet). So, can you test, whether i.e. MS SQL Server provider presets this property? -- Jiri Cincura http://www.cincura.net/ --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done

Re: [Firebird-net-provider] WebConfig Database Connection

2006-05-04 Thread Jiri Cincura
lack to read documentation. Please for next time, try first documentation, google, etc. and also appropriate list. -- Jiri Cincura http://www.cincura.net/ --- Using Tomcat but need to do more? Need to support web services, security? Get stuff

Re: [Firebird-net-provider] ParameterName bug in FirebirdClient

2006-05-10 Thread Jiri Cincura
Is somebody dealing with this? Can somebody confirm this? It's doing in my all ASP.NET apps. -- Jiri Cincura http://www.cincura.net/ --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly

Re: [Firebird-net-provider] FbMembershipProvider problem

2006-05-10 Thread Jiri Cincura
On 20.4.2006 23:14 Jiri Cincura wrote: I've also fixed some of this to make FbMembershipProvider working. Well, I just now need your cooperation to merge this changes to your sources and then to CVS. After you read this, write me mail to do this (if you're interested). I've sent the new

Re: [Firebird-net-provider] How to create a Membership provider with

2006-05-14 Thread Jiri Cincura
is firebird.cvs.sourceforge.net, maybe that the problem ?? http://firebird.cvs.sourceforge.net/firebird/NETProvider/NETProvider_20/source/FirebirdSql/Web/Providers/FbMemberShipProvider.cs?revision=1.4view=markup This morning I've read the letter from sf team. :) It seems to be OK. -- Jiri

Re: [Firebird-net-provider] Feedback Request (III)

2006-05-16 Thread Jiri Cincura
for the DDEX provider ) Why? -- Jiri Cincura http://www.cincura.net/ --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere

Re: [Firebird-net-provider] What I need to build the provider?

2006-05-18 Thread Jiri Cincura
On 18.5.2006 22:56 Sergio Samayoa wrote: What I need to build the provider? Just C# or C++ is needed? C# (and NAnt, latest). -- Jiri Cincura http://www.cincura.net/ --- Using Tomcat but need to do more? Need to support web services

Re: [Firebird-net-provider] v 2.0 rc 4.0 CommandBehavior problem !

2006-05-26 Thread Jiri Cincura
swithced off? -- Jiri Cincura http://www.cincura.net/ --- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support

Re: [Firebird-net-provider] Problem with special german characters

2006-05-27 Thread Jiri Cincura
Are you using FB2 or what? In FB 2 there's a problem with some national characetrs. BTW there's no good place where to discuss this, try the firebird-support list. -- Jiri Cincura http://www.cincura.net/ --- All the advantages of Linux

Re: [Firebird-net-provider] Problem with special german characters

2006-05-27 Thread Jiri Cincura
On 27.5.2006 22:58 +0200 ille7 wrote: I use FB Server 1.5.2.4731 Yep, we've the problem. Use the firebird-support list for more info about solving this. -- Jiri Cincura http://www.cincura.net/ --- All the advantages of Linux Managed

Re: [Firebird-net-provider] v 2.0 rc 4.0 CommandBehavior problem

2006-05-29 Thread Jiri Cincura
On 29.5.2006 14:13 +0200 le roy arnaud wrote: Do you have pooling swithced off? No pooling is on why ? I think, that the problem is, that the connection is in pool for next use, to save time for opening connection again. Try to switch it off. -- Jiri Cincura http://www.cincura.net

Re: [Firebird-net-provider] UNICODE .NET provider and c#

2006-05-29 Thread Jiri Cincura
). If anyone can help Can you send some example what are you doing? -- Jiri Cincura http://www.cincura.net/ --- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat

Re: [Firebird-net-provider] UNICODE .NET provider and c#

2006-05-30 Thread Jiri Cincura
and srcs for program and we will test it)? -- Jiri Cincura http://www.cincura.net/ ___ Firebird-net-provider mailing list Firebird-net-provider@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Re: [Firebird-net-provider] UNICODE .NET provider and c#

2006-05-30 Thread Jiri Cincura
On 30.5.2006 9:13 +0200 Carlos Guzmán Álvarez wrote: And send a test case if possible to see what you are doing, of both c# and the ddl, please I've already requested test case. Don't be so eager. ;) -- Jiri Cincura http://www.cincura.net

Re: [Firebird-net-provider] How i use provider for CF?

2006-06-06 Thread Jiri Cincura
On 6.6.2006 12:02 +0200 Antonio Donia wrote: hello, i should develop application for DOTNET CF. how to use the provider? There's no difference between using it in CF FW or in big FW. -- Jiri Cincura http://www.cincura.net/ ___ Firebird-net

Re: [Firebird-net-provider] How i use provider for CF?

2006-06-07 Thread Jiri Cincura
On 7.6.2006 9:38 +0200 Antonio Donia wrote: the reference to system.data is automatically added when create a project for winCE. And the signature equals? Seems, that you're not referencing the right version. -- Jiri Cincura http://www.cincura.net

[Firebird-net-provider] OT: Problem with FB specific statements and VSDDEX

2006-06-09 Thread Jiri Cincura
which is in FW)? If so, it would be nice to implement this Carlos (or anybody can help), don't you? Thanks for you opinions. -- Jiri Cincura http://www.cincura.net/ ___ Firebird-net-provider mailing list Firebird-net-provider@lists.sourceforge.net https

Re: [Firebird-net-provider] OT: Problem with FB specific statements and VSDDEX

2006-06-10 Thread Jiri Cincura
will see if i can take a new look into this. OK. -- Jiri Cincura http://www.cincura.net/ ___ Firebird-net-provider mailing list Firebird-net-provider@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Re: [Firebird-net-provider] OT: Problem with FB specific statements and VSDDEX

2006-06-10 Thread Jiri Cincura
'select first 10 some from table ...;' 5. Click finish. -- error box saying that my statement isn't correct Am I post any else? With this problems you can meet on various places. And sometimes it's really disturbing. -- Jiri Cincura http://www.cincura.net

Re: [Firebird-net-provider] OT: Problem with FB specific statements and VSDDEX

2006-06-11 Thread Jiri Cincura
select statement afterwards. I know what to do. But it's little bit confusing when you spend day creating datasets twice. -- Jiri Cincura http://www.cincura.net/ ___ Firebird-net-provider mailing list Firebird-net-provider@lists.sourceforge.net https

Re: [Firebird-net-provider] Little bug in FbMemberShipProvider.cs

2006-06-12 Thread Jiri Cincura
implemented a simple roleprovider for our favorite database provider, where i can send it ? Send it to Carlos ([EMAIL PROTECTED]), he has permissions to commit it to CVS. -- Jiri Cincura http://www.cincura.net/ ___ Firebird-net-provider mailing list

Re: [Firebird-net-provider] Event/trigger?

2006-06-15 Thread Jiri Cincura
sense. The example with event you can find on http://www.firebirdsql.org/index.php?op=develsub=netproviderid=examples#3 -- Jiri Cincura http://blog.vyvojar.cz/jirka/ | http://photo.cincura.net/ ___ Firebird-net-provider mailing list Firebird-net

Re: [Firebird-net-provider] Firebird and dot net DDEX Integration

2006-06-23 Thread Jiri Cincura
using dataset/binding controls? Or are you using old-time .NET 1.1 objects? Try to describe your problem more. -- Jiri Cincura http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre

Re: [Firebird-net-provider] DDEX provider releases

2006-06-26 Thread Jiri Cincura
On 26.6.2006 16:36 Carlos Guzmán Álvarez wrote: Any opinions on this ?? I say yes. BTW what about providing nightly/weekly/... builds for the whole provider sources? -- Jiri Cincura http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com Using Tomcat but need to do more? Need to support

Re: [Firebird-net-provider] Little problem in fbmembershipprovider

2006-06-27 Thread Jiri Cincura
I think, that better will be to implement Cancel method. -- Jiri Cincura http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download

Re: [Firebird-net-provider] Little problem in fbmembershipprovider

2006-06-27 Thread Jiri Cincura
On 27.6.2006 11:03 Le roy Arnaud wrote: i think also :) So, waiting for Carlos. ;) -- Jiri Cincura http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make

Re: [Firebird-net-provider] Reading and writing blobs in chunks

2006-06-27 Thread Jiri Cincura
On 27.6.2006 16:48 pablosantosluac wrote: AFAIK I could read this way using FbDataReader GetBytes but... Is there a way to write in that way too? If I'm not wrong Firebird not supports writing only part of data into blob. You have to write whole blob in one way. -- Jiri Cincura http

Re: [Firebird-net-provider] Visual Studio Express? Does it or doesn'tit?

2006-06-28 Thread Jiri Cincura
. -- Jiri Cincura http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http

Re: [Firebird-net-provider] DDEX provider releases

2006-06-28 Thread Jiri Cincura
On 28.6.2006 7:25 Carlos Guzmán Álvarez wrote: That would be nice but i didn't know how to do that automatically i think sourceforge has support for that will try to ivestigate how. If you'll not succeed, mail me, I'll try to make something on my server. -- Jiri Cincura http

Re: [Firebird-net-provider] Little problem in fbmembershipprovider

2006-06-28 Thread Jiri Cincura
BTW Carlos, will you do this or should I do it and send you sources for commiting into cvs? -- Jiri Cincura http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology

Re: [Firebird-net-provider] Visual Studio Express? Does it or doesn'tit?

2006-06-28 Thread Jiri Cincura
On 28.6.2006 19:39 Carlos Guzmán Álvarez wrote: Hello: Nice, I'll try to do some manual like for big DDEX. ;) hehe let me know about the result if you try it :) Yep. ;) -- Jiri Cincura http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com Using Tomcat but need to do more? Need

Re: [Firebird-net-provider] Little problem in fbmembershipprovider

2006-06-28 Thread Jiri Cincura
On 28.6.2006 19:38 Carlos Guzmán Álvarez wrote: Hello: yes, it's seems to be good The changes are in CVS now, can you or Jiri review that they are correct, please ?? :D Yes, the GetAllUsers method in latest CVS is ok. -- Jiri Cincura http://blog.vyvojar.cz/jirka/ | http

Re: [Firebird-net-provider] Little problem in fbmembershipprovider

2006-06-29 Thread Jiri Cincura
On 29.6.2006 9:08 Le roy Arnaud wrote: Else can you update the FirebirdSql.Web.Providers.csproj file because the fbprofilemanager is not inside. I'll add it, during comming weekly builds. -- Jiri Cincura http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com Using Tomcat but need to do

Re: [Firebird-net-provider] Trapping Error

2006-06-30 Thread Jiri Cincura
Use the try-(catch)-finally block and inspect FbException for more info. -- Jiri Cincura http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job

Re: [Firebird-net-provider] Size on FbParameters

2006-07-06 Thread Jiri Cincura
Well, you can use (simplified) syntax, to omit the size parameter. command.Parameters.Add(@id, FbDbType.Integer).Value = id; There's no need to specify it (sometimes, you will save one data-exchange with server - but who cares). :) -- Jiri Cincura http://blog.vyvojar.cz/jirka/ | http

Re: [Firebird-net-provider] Size on FbParameters

2006-07-06 Thread Jiri Cincura
On 6.7.2006 18:07 Fabio Gomes wrote: Hum... Does the provider autodetect the size? what if i send some data that Yes. is bigger than the field size? Exception is thrown. And can i take off the Value too? Why? -- Jiri Cincura http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

Re: [Firebird-net-provider] Speed of Mass Inserts

2006-07-10 Thread Jiri Cincura
transactions ?? Are you using the embedded or standalone firebird server ?? And are you using prepared command, or creating you the new ones? -- Jiri Cincura http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

Re: [Firebird-net-provider] Speed of Mass Inserts

2006-07-10 Thread Jiri Cincura
And just one. Are you using indexes? Deactivating it before and activating after can significantly spped up inserting. -- Jiri Cincura http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com - Using Tomcat but need

Re: [Firebird-net-provider] Speed of Mass Inserts

2006-07-10 Thread Jiri Cincura
, that manipulating with live database file isn't a good idea. -- Jiri Cincura http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly

  1   2   3   4   5   6   7   8   9   10   >