Re: Parameters.Refresh error.
| От | Adam Biser |
|---|---|
| Тема | Re: Parameters.Refresh error. |
| Дата | |
| Msg-id | 43BF481C.3070608@gmail.com обсуждение исходный текст |
| Ответ на | Re: Parameters.Refresh error. ("Campbell, Greg" <greg.campbell@us.michelin.com>) |
| Ответы |
Re: Parameters.Refresh error.
|
| Список | pgsql-odbc |
Campbell, Greg wrote: > Is there a parameterized statement, without a stored procedure/user > defined function, that can just act against a table, like "INSERT INTO > mytable (fld1, file2) VALUES (?, ?)" Yes, there is, and this is what I'm trying to use. You set the .CommandType to adCmdText, I believe (I don't have the code on this machine). When using .Refresh (yes, I know it's probably a bit slower than adding them manually), the parameters would be added "behind-the-scenes" according to the table(s) against which you are running the command. It sounds like the whole parameters part, whether by stored procs or SQL are not yet implemented.
В списке pgsql-odbc по дате отправления: