ADO Parameter Builder for Visual basic : Is the one ?

  • Hi,

    I am after a ADO Parameter Builder for Visual basic or vb.NET when executing stored procedures from the client, one that has no bugs and i highly recommeded.

    Can you recommend one ?

    Thanks

  • I'd recommend looking at the SqlCommandBuilder.DeriveParameters method in .Net. That should give you a collection of named, typed params that you can just assign or read values to/from.

    Easy!!

  • Also look into the .Net Data Access Application Blocks.  They have a lot of built in tasks that make it easy to work with parameters, parameter arrays, etc.

  • I dont have MS Visual Studio .NET

    I am using MS Access as a Client.

    Any other ideas

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply