Click here to Skip to main content
15,922,145 members
Home / Discussions / Database
   

Database

 
GeneralRe: Wierd problem with ADO.Net transaction. Pin
FruitBatInShades1-Sep-03 1:08
FruitBatInShades1-Sep-03 1:08 
GeneralAccess and ASP Pin
LukeV27-Aug-03 10:17
LukeV27-Aug-03 10:17 
GeneralRe: Access and ASP Pin
Nino_127-Aug-03 19:36
Nino_127-Aug-03 19:36 
GeneralRe: Access and ASP Pin
Hesham Amin27-Aug-03 22:14
Hesham Amin27-Aug-03 22:14 
GeneralRe: Access and ASP Pin
RichardGrimmer1-Sep-03 5:13
RichardGrimmer1-Sep-03 5:13 
GeneralOleDb Connection Pin
Dan Betting27-Aug-03 10:08
sussDan Betting27-Aug-03 10:08 
GeneralRe: OleDb Connection Pin
andyharman27-Aug-03 10:52
professionalandyharman27-Aug-03 10:52 
GeneralRe: OleDb Connection Pin
Dan Betting27-Aug-03 11:49
sussDan Betting27-Aug-03 11:49 
Thank you very much. All the references I have always talk about the Sql provider and I've had to stumble through several different oddities due to the OleDb provider.

Your solution does work but I've lost the uniqueness of the parameters. I tried to replace the @ with the ? (leaving KEY) but it didn't like that. What is the methodology used if the CommandText changes (which it will!) to something like:

"SELECT statement FROM sys_sql WHERE key = ? AND owner = ?"

Is it going to be based on the order of the parameters added? Therefore, the first one added belongs to "key = ?" and the second to "owner = ?"?

Thanks

Dan
GeneralRe: OleDb Connection Pin
Bo Hunter27-Aug-03 12:41
Bo Hunter27-Aug-03 12:41 
GeneralRe: OleDb Connection Pin
Chris Blazek30-Aug-03 18:17
sussChris Blazek30-Aug-03 18:17 
GeneralsqlDataAdapter Recommendation Pin
econner27-Aug-03 8:03
econner27-Aug-03 8:03 
GeneralRe: sqlDataAdapter Recommendation Pin
Mike Dimmick28-Aug-03 3:16
Mike Dimmick28-Aug-03 3:16 
GeneralSetFieldNull. Pin
Anonymous26-Aug-03 9:13
Anonymous26-Aug-03 9:13 
GeneralODBC Q Pin
Frank Olorin Rizzi26-Aug-03 7:39
Frank Olorin Rizzi26-Aug-03 7:39 
GeneralRe: ODBC Q Pin
Frank Olorin Rizzi27-Aug-03 4:02
Frank Olorin Rizzi27-Aug-03 4:02 
GeneralRe: ODBC Q Pin
Mike Dimmick27-Aug-03 5:22
Mike Dimmick27-Aug-03 5:22 
GeneralRe: ODBC Q Pin
Frank Olorin Rizzi27-Aug-03 5:57
Frank Olorin Rizzi27-Aug-03 5:57 
GeneralRe: ODBC Q Pin
Mike Dimmick27-Aug-03 6:03
Mike Dimmick27-Aug-03 6:03 
GeneralRe: ODBC Q Pin
Frank Olorin Rizzi27-Aug-03 6:05
Frank Olorin Rizzi27-Aug-03 6:05 
GeneralRe: ODBC Q Pin
Tom Archer28-Aug-03 3:35
Tom Archer28-Aug-03 3:35 
GeneralRe: ODBC Q Pin
Frank Olorin Rizzi28-Aug-03 4:18
Frank Olorin Rizzi28-Aug-03 4:18 
GeneralRe: ODBC Q Pin
Frank Olorin Rizzi28-Aug-03 5:54
Frank Olorin Rizzi28-Aug-03 5:54 
GeneralRe: ODBC Q Pin
Frank Olorin Rizzi9-Sep-03 2:19
Frank Olorin Rizzi9-Sep-03 2:19 
GeneralBULK INSERT via ADO -- URGENT Pin
Anonymous26-Aug-03 5:06
Anonymous26-Aug-03 5:06 
GeneralRe: BULK INSERT via ADO -- URGENT Pin
Anonymous26-Aug-03 5:57
Anonymous26-Aug-03 5:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.