| OLEDB Connection to Informix (2 replies) |
| ASPFriends.com 'ngfx-oledb' list |
| Moved from [aspngfreeforall] to [ngfx oledb] by Tony Stark IronMan@aspelite.com If this is not the proper list to pose this question please forgive me. I wasn't sure where to post it. Has anyone connected to Informix in .Net? I use the following connection string in classic ASP without any problem: "Provider Ifxoledbc.2;password password ;User ID user ;Data Source opcrts@alpha;Persist Security Inf... |
|
| EOF For OleDbDataAdapter or DataSet (2 replies) |
| ASPFriends.com 'ngfx-oledb' list |
| Moved from [aspngdata] to [ngfx oledb] by Tony Stark IronMan@aspelite.com My first "real" .Net page displays all of the tables in a database in a dropdownlist. Upon selection of a table name, a DataGrid (with paging) displays the data. Some of the tables, however, contain no rows. When a table with no rows is selected it usually displays the column names and nothing else. Occasionaly (inconsistent... |
|
| Accessing Sql Server 6.5 (3 replies) |
| ASPFriends.com 'ngfx-oledb' list |
| I am working on a project where I need to access Sql Server 6.5 through ADO.net and I am using the oledb provider. I have moving this project from asp to asp.net, but I am having some major speed issues with asp.net. When running this with asp the speed was fine, no problems there, now it is extremely slow. It is bad enough that it times out if more than 6 items are returned. I set up a trace on t... |
|
| Obtaining value of autonumber key field (2 replies) |
| ASPFriends.com 'ngfx-oledb' list |
| Moved from [aspngdata] to [ngfx oledb] by Marcie Jones marciejones@yahoo.com I have an Access database whose key field is an AutoNumber. When I insert a new record, Access automatically assigns a unique value to the key field. How can I obtain that value when I inser a record? This could be done in ASP v3, but I can't find documentation on how to do this in ASP.NET. Thanks for any help. Tim :) Tim... |
|
| CR/LF in MS Access Memo fields (2 replies) |
| ASPFriends.com 'ngfx-oledb' list |
| Hello Everyone, If a user enters two carriage return/line feeds in a memo field in MS Access (for example, to start a new paragraph in their text), how can I convert that to br br or /p p when I read it back and display it on the screen? Tim :) Timothy M. Brewi |
|
| Why no error closing datareader or connection objects? (2 replies) |
| ASPFriends.com 'ngfx-oledb' list |
| Moved from [aspngdata] to [ngfx oledb] by Marcie Jones marciejones@yahoo.com In the following code, I expected to get an error on Lines 13 or 15 because I specified CommandBehavior.CloseConnection on Line 7. Leave it to me to worry about NOT getting an error! Shouldn't I get a runtime error trying to close a reader or connection that's already closed? L1 Dim objConnection As New OleDbConnection() ... |
|
| Problem inserting large text object using OleDbCommand (5 replies) |
| ASPFriends.com 'ngfx-oledb' list |
| Moved from [aspngdata] to [ngfx oledb] by Alex Lowe webmaster@asp grandrapids.net I folks, I seem to have uncovered a strange problem inserting a large text object into an ntext column in SQL2000. It would seem that the OleDbcommand object is limited to 900 characters of data, would someone have a workaround? I am using the varwchar database type and giving it an explicit limit of more than one mi... |
|