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
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
; + phone2 + ", " + phone3 + "," + phone4 + ",'" +
> email + "','" + nit + "','" + profession + "','" + job + "','" +
>
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".
>
>
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
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
.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