Hi
in Java I would more often than not use a PreparedStateme nt for database
access (if I wasn't using an abstraction layer like Hibernate for example).
Is there an equivalent construction to PreparedStateme nts 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 PreparedStateme nt for database
access (if I wasn't using an abstraction layer like Hibernate for example).
Is there an equivalent construction to PreparedStateme nts in C#? (Or what is
the best accepted method in the .NET/C# world for communicating with a
database?)
Thanks,
Peter
Comment