How do I use ODBC and a TableAdapter with Parameters with non-SQL Server Database?http://forums.asp.net/t/1276168.aspx/1?How+do+I+use+ODBC+and+a+TableAdapter+with+Parameters+with+non+SQL+Server+Database+Mon, 16 Jun 2008 15:34:58 -040012761682426087http://forums.asp.net/p/1276168/2426087.aspx/1?How+do+I+use+ODBC+and+a+TableAdapter+with+Parameters+with+non+SQL+Server+Database+How do I use ODBC and a TableAdapter with Parameters with non-SQL Server Database? <p>Hi, I have an Oracle/RDB database.&nbsp; I am using ODBC to connect to it.&nbsp; I am also using a TableAdapter.&nbsp; Non-Parameterized queries work fine.&nbsp; However, I do not know how use a parameter query.&nbsp; I cannot use @param or :param.&nbsp; I tried ? and I can get the parameter to work, but the underlying .xsd code breaks because it cannot map the dbtype ? to and odbctype.&nbsp; It cannot map ? to anything, which makes sense.&nbsp; Thanks.</p> 2008-06-16T15:34:58-04:00