P
Peter Kirk
Hi
in Java I would more often than not use a PreparedStatement for database
access (if I wasn't using an abstraction layer like Hibernate for example).
Is there an equivalent construction to PreparedStatements in C#? (Or what is
the best accepted method in the .NET/C# world for communicating with a
database?)
Thanks,
Peter
in Java I would more often than not use a PreparedStatement for database
access (if I wasn't using an abstraction layer like Hibernate for example).
Is there an equivalent construction to PreparedStatements in C#? (Or what is
the best accepted method in the .NET/C# world for communicating with a
database?)
Thanks,
Peter