[Firebird-net-provider] [FB-Tracker] Created: (DNET-517) Executing Stored Procedure Fails with 'Stored Procedure doesn't exist' message

2013-08-22 Thread Cecil Martin (JIRA)
ject: .NET Data provider Issue Type: Bug Components: ADO.NET Provider Affects Versions: 3.1.1.0 Environment: Windows 8 Pro 64 bit, Visual Studio 2012 Reporter: Cecil Martin Assignee: Jiri Cincura Priority: Critical When executing a s

Re: [Firebird-net-provider] Call tableadapter stored

2006-10-23 Thread Cecil Martin
Rick Roen wrote: > Can I write this output from the fill method directly to a fileStream of > some kind and skip the extra steps? > Use the DataAdapter to fill a DataSet, and then use the WriteXml Method of the DataSet. Cec

Re: [Firebird-net-provider] Blob errors (illegal character)...

2006-09-25 Thread Cecil Martin
; + phone2 + ", " + phone3 + "," + phone4 + ",'" + > email + "','" + nit + "','" + profession + "','" + job + "','" + >

Re: [Firebird-net-provider] Executing Stored Procedures,

2006-07-20 Thread Cecil Martin
Fabio Gomes wrote: > Sorry, i forgot to mention that it worked with this: > > cmd.Parameters.AddWithValue("@CID_COD" , value); > > CID_COD is the name of my Column in the Table, but my variable in the > stored procedure is named INCID_COD, and i was passing the Parameter as > "INCID_COD". > >

Re: [Firebird-net-provider] Problem with Stored Procedure

2006-07-17 Thread Cecil Martin
on't find any new records at the DB. > Are you committing your transaction? If you do not commit the transaction the insert will be rolled back in the database. Cecil Martin - Take Surveys. Earn Cash. Influence the

Re: [Firebird-net-provider] Escaping characters in string variables

2006-02-16 Thread Cecil Martin
Jiten Bhagat wrote: If I have the following string to represent a SQL statement: string s = “SELECT * FROM TABLE_NAME WHERE Description = ‘” + someDescription + “’”; How do I ensure that the someDescription variable has escaped all special characters? Use a parameterized query. So you

Re: [Firebird-net-provider] ASP and FirebirdSQL

2006-02-03 Thread Cecil Martin
.Data.Firebird.dll'. This will add a reference for the provider to your project. Cecil Martin --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine t