Hi,
I've replaced the generated SQL string (System.String) with a new class,
SqlStatement.
This class internally makes difference between pure SQL parts and parameter
parts. At the moment it only makes the difference for SELECT queries, but
causes no problem with other queries.

It will allow later to:
1. Ensure parameters order in an SQL request for providers that don't
support named parameters (such as Ingres)
2. Perform late parameter substitution, after the SQL was generated. This
will help support array parameters.

Pascal.

jabber/gtalk: [EMAIL PROTECTED]
msn: [EMAIL PROTECTED]

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"DbLinq" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/dblinq?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to