Hello,

A new question has been asked in "Using MariaDB" by JDoggieIII:
--------------------------------
Hi,  I am attempting to replace the database in an application with MariaDB.  
This application is written in C# and previously accessed the database (mostly 
inserts) with LINQ.  When I attempt to insert (other transactions have the same 
type of issue) I get the error message:

"You have an error in your SQL syntax; check the manual that corresponds to 
your MariaDB server version for the right syntax to use near '[t0].[Id], 
[t0].[BirthYear], [t0].[FirstName], [t0].[Gender], [t0].[LastName], [' at line 
1"

The table in MariaDB is setup the same as it was in MS SQL.

Any thoughts on this subject would be most appreciated.  I could go back and 
remove all use of LINQ and write SQL by hand (which is how I would have 
implemented it in the first place due to LINQ being the bane of my existence), 
but if I can get it to work as is it will save a great deal of time, and 
therefore money.

Thanks,
Jeremy
--------------------------------

To view or answer this question please visit: 
http://kb.askmonty.org/en/linq-in-c/

_______________________________________________
Mailing list: https://launchpad.net/~maria-discuss
Post to     : maria-discuss@lists.launchpad.net
Unsubscribe : https://launchpad.net/~maria-discuss
More help   : https://help.launchpad.net/ListHelp

Reply via email to