| Thread | Last Post | Replies |
|
| ADO.Net equivalent of the ADO rs.GetRows() method | 07 Dec 2004 11:08 GMT | 2 |
Hi, I had a VB application that exported the values of one column - all rows - to an array by doing: rs.movefirst ar = rs.getrows(, , "col2")
|
| DataSet | 07 Dec 2004 08:18 GMT | 5 |
I need to convert a VB6 Disconnected Recordset project to C#. The VB6 app uses ADO to create a recordset, add fields, add data. It then Binds to a grid. The VB6 App uses the client side cursor. When ever I move through the
|
| Confirm before delete | 07 Dec 2004 04:59 GMT | 3 |
How do i confirm before delete from the datagrid? I did like this. But getting error... "Object Reference not set to an instance of object" <asp:datagrid id="dgbrand" Runat="server" Font-Size="12px" Font-Name="arial"
|
| Data Type Error Reading from database | 07 Dec 2004 04:39 GMT | 3 |
Thanks Memnoch, I have got round with that error and now something else has cropped up. My guess is that its something to do with data conversion. I am getting this error, In my database, the field LoginName is set as
|
| I need to run a vb.net or aspx.net file every 10 seconds. | 07 Dec 2004 04:36 GMT | 2 |
I need to run a vb.net or aspx.net file every 10 seconds. The Task Scheduler in Windows 2003 Server can only do it every 1 minute at the minimum, but I need it every 10 seconds. Is it possible to write a small program in VB.NET that would run in the background without using much ...
|
| Get XML from typed dataset | 07 Dec 2004 01:59 GMT | 3 |
I was using Typed Dataset in VB.NET to generate XML file. I difined XSD file( named customer_order_info) to include three tables, let's say customers, orders and order_details. I also defined relationship between customers and orders, orders and order_details.( customerid is PK in ...
|
| Concurrency Troubles using Access as Database '?' Appear in SQL | 06 Dec 2004 23:20 GMT | 1 |
I am using access as the main DB for an application. Whenever I try to update the DB by my Dataset I get Exception below. -------------- An unhandled exception of type 'System.Data.DBConcurrencyException'
|
| connectionstring | 06 Dec 2004 22:55 GMT | 4 |
I am new to dotNET. I want to connect to MSAccess DB from ASP.NET I want to seperate connectionstring and open the connection just as an object and properties. I am not able to do that. How can i do? In every page i want to connect to DB and no need to specify
|
| How I can give to my user ability to kill or cancel transaction | 06 Dec 2004 22:05 GMT | 3 |
Sql 2000 with dot.net 1.1 How I can give to my user ability to kill or cancel transaction Immediately, and rollback? I try to kill the thread. But this not cause the transaction to be
|
| Interrogating mySQL datatypes with ADO.NET | 06 Dec 2004 21:13 GMT | 8 |
Interrogating the DataType property of a DataColumn object where the underlying column in a mySQL table is CHAR, VARCHAR or TEXT returns System.String for each. Is there a method to differentiate these underlying datatypes and, if so, to interrogate the column length so that it ...
|
| How do I "Fake" a Bookmark? | 06 Dec 2004 20:51 GMT | 4 |
I have a 'for each DataRow in DataTable.Rows loop and I need a way to jump back to a privious row and continue the loop. I haven't been able to come up with any clever ways of faking this since Bookmarks don't exist anymore:-( Thnx,
|
| Throw DbConcurrencyException? | 06 Dec 2004 19:23 GMT | 1 |
I am using SQL OleDb provider (not SqlManaged provider). I have an ADO.NET class that uses DataAdapter.Update to pass changes to the database. I have a "concurrency" column in the database and in my DataTable. The MSSQL (2000) stored procedure only does the update of
|
| Problem catching exception from a procedure | 06 Dec 2004 19:17 GMT | 2 |
I wrote a procedure in my sybase database this procedure is one line only, and attemp to insert a record in a table generating a constraint violation of a primary key and an exception. I do this only for test...
|
| logon failed on asp.net and crystal report | 06 Dec 2004 15:32 GMT | 2 |
I have made a asp.net application which is having a asp.net page showing crystal report.net on it(using crystal report viewer), and MS Access as back end.But when i try to view in a browser it is showing logon failed. I donn't have any password set in my mdb file.
|
| Please Help Me - object reference not set to an instance | 06 Dec 2004 15:01 GMT | 5 |
I am new to C# and ASP, I am trying to build and applicationwith a login in page. I followed an example from a book to create his page but I am havin problem when i run the program. I know there has been a thread like this in this forum but the suggestion I
|