robert_gsfame Posted August 8, 2009 Share Posted August 8, 2009 Can anyone help solve this : i would like to put three parameters for my sqldataadapter, but i really confuse with the " ' " dim da as New SqlDataAdapter("Select * from master where name='" & x & "'""address='" & y & "'""telp='" & z & "'"") Quote Link to comment https://forums.phpfreaks.com/topic/169359-vbnet-dataadapter-problem/ Share on other sites More sharing options...
captbeagle Posted September 10, 2009 Share Posted September 10, 2009 I'm sorry I'm late in writing this response.. Hopefully it'll still help if you haven't found your answer yet. The SQLDataAdapter object doesn't take parameter arguments. I think you may find more help on what you're trying to do by reading the Microsoft Support Document at http://support.microsoft.com/kb/308055/en-us Quote Link to comment https://forums.phpfreaks.com/topic/169359-vbnet-dataadapter-problem/#findComment-915816 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.