Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with new Configuration inserting records #174

Closed
CapnAndy-xx opened this issue Oct 9, 2012 · 2 comments
Closed

Issue with new Configuration inserting records #174

CapnAndy-xx opened this issue Oct 9, 2012 · 2 comments

Comments

@CapnAndy-xx
Copy link

I'm trying to use Fluent for a 400-series IBM iSeries server. I discovered that there are currently no configurations that use the DB2400 driver and dialect, so I created one and named it ISeriesConfiguration (and ISeriesConnectionString for the connection string class). To make it I just copied DB2Configuration and DB2ConnectionStringBuilder and changed the Driver/Dialect calls to DB2400Driver and DB2400Dialect. This works in all respects except for inserting/updating records.

When I try to do that, I either get SQL error that it could not insert values [?,?,?](for Save) or that it could not go checking for a record with value ? (for SaveOrUpdate). When I do exactly the same thing except for a SqlServer2012 database, it works flawlessly.

I think I missed something somewhere when I made my new classes. What would that be? I'll post any code you need.

@chester89
Copy link
Collaborator

Then go ahead and show the code, because without it it's different to say what exactly has gone wrong

@hazzik
Copy link
Member

hazzik commented Sep 19, 2020

8 years later. No code. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants