Home All Groups Group Topic Archive Search About

ADO.NET

microsoft.public.dotnet.framework.adonet
Score Problem on INSERTING a record to database using typed datasets
Surya - 22 Sep 2007 7:40 AM - 3 messages
Dear All, I have problem on inserting a record to database..Although it looked easy.. i have caught up with following issue .. please go ahead and help me to find solution I Need to insert records to a data base,for which i am using Typed ...
Score how to force a .net application to use .net 2.0 ?
Daniel - 21 Sep 2007 8:53 PM - 4 messages
how to force a .net application to use .net 2.0 ? this windows service  is about 4 years old and im pretty sure is using .net 1.x runtime. Is there soem setting in the installer that says to use .net ...
Score SQLdatasource delete with parameter output
Madison - 21 Sep 2007 2:54 PM - 16 messages
Hi all, I have troublem to get parameters output to return value back. I'm using SQLdatasource and stored procedure to get information and delete row from gridview. I don't have any problems get information and display but when I ...
Score How to Cancel BindingSource.PositionChanged Event?
Tomasz J - 21 Sep 2007 10:32 AM - 8 messages
Hello Developers, What I am trying to accomplish may seem trivial: simple data entry form with DataRowView, BindingNavigator and several bound TextBoxes, DataRowView in read-only mode. When the user modifies data through one of the TextBoxes and then attempts ...
Score How to get SQL timestamp value using VB.NET
M Lee - 20 Sep 2007 1:32 PM - 4 messages
How do you get the actual value of a timestamp from a SQL Server 2000 database table using VB.Net? My recordset is returning a "System.Byte[]" Type. How can I convert it into something usable? ...
Score Balancing security needs in ADO.NET applications
michael - 20 Sep 2007 1:06 PM - 7 messages
What's the best way of having a .NET application interact with SQL server without compromising security? Here's my issue: Let's say you want a user to be able to read, write, and delete records from a SQL Server table. It's simple enough to give the user logon credentials on ...
Score Transaction Help
Daniel Jeffrey - 20 Sep 2007 1:27 AM - 3 messages
Can only help me please - this might not be easy to explain but I will try. I have a class that updates the database for the program. I want to use a transaction but I am having issues. I have a function called TableExists (Below) that you will see checks to see ...
Score performance issue filtering data table...
zperetz - 19 Sep 2007 3:56 PM - 6 messages
Hallo to all I'm on dot net framework 1.1 I have a data table populated with about 300k records I have a serious performance issue filtering the data table using data table select methode (I can not use find on the rows collection because I search for non PK values) ...
Score loading stream into datatable.
Archana - 19 Sep 2007 2:24 PM - 9 messages
Hi all, I want to load content into datatable which are in CSV file format. What i am doing is reading one text file which is in csv format into string. Later on i want this string to be in datatable. ...
Score DataGridView focus problem when deleting the last record
Tomasz J - 19 Sep 2007 2:18 PM - 7 messages
Hello Developers, I have a problem I really do not how to correctly handle. Very simple scenario: DataGridView bound to BindingSource,  BindingNavigator attached, BindingSource bound to a DataTable, let's say, with just one column. Also, I have a TextBox bound to my BindingSource and its the only column. ...
Score Microsoft Data blocks and transactions in more than 1 database
Mike - 18 Sep 2007 3:37 PM - 2 messages
Hi, I'm using Microsoft Data Block's SQLHelper to insert record in a DB. As a parameter to the function I pass a stored procedure and all the stored procedure parameters I need to use transaction to do this, but my problem is that I have to ...
Score Typed Dataset from xsd-File
J. S. EDV - 16 Sep 2007 4:06 PM - 2 messages
Hello, is it possible to generate a typed dataset from a xsd-file? Background: I want to write a export-function for some data stored in a database. For this I got a standardized interface description as a xsd and ...
Next »