all groups > dotnet ado.net > september 2003 > threads for tuesday september 23
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
DataReader vs DataSet
Posted by Morgan at 9/23/2003 8:02:50 PM
Thanks for any insight in advance.
Using the MS Building Blocks for Data Access in an ASP.Net app, I have a
couple of questions.
In theory, via the browser, a user will never be working with more than a
single record at any given time, so why use DataSets for DB access? I am
accessing the d... more >>
ANN : Compare and synchronize the structural differences in your MSAccess databases with Klik! CompareLib v1.0!
Posted by Ă–zden_Irmak at 9/23/2003 5:05:00 PM
=DDstanbul, Turkey - 22 September 2003
=20
Klik! Software today announced availability of CompareLib v1.0 for =
MSAccess, a tool to compare and synchronize the structures of MSAccess =
databases.
=20
Klik! CompareLib has been especially developed for the aim of comparing =
and synchroni... more >>
Importing a huge amount of data
Posted by Tim Almond at 9/23/2003 4:24:22 PM
I am currently looking into making a c# program run more efficiently.
The program currently uses some #ziplib classes to open a zip file and read
each of the records from it, write them to a file and then run a DTS package
against the file.
I'm sure that writing the unzipped file to disk is ... more >>
Junction / Union Tables?
Posted by ssoss at 9/23/2003 3:57:51 PM
Hi.
I am creating a database that tracks organizations and their members. After
trying to post several questions in the last couple of weeks, I figured out
the basic structure of my database was lacking.
I have two tables
members
memID, memName, etc.
orgs
orgID, orgName, etc.
... more >>
Updating SQL database from a Dataset object
Posted by Herb Stull at 9/23/2003 3:36:37 PM
Hello All,
I've been looking everywhere for sample code that shows
the proper procedure for updating a SQL database from
results stored in an ADO Dataset.
There are plenty of examples for filling the Dataset, but
none that show all of the code for performing the update
once changes hav... more >>
ADO.NET Hanging Connections?
Posted by AaronRuhnow NO[at]SPAM hotmail.com at 9/23/2003 3:25:50 PM
I apologize in advance for the "newbie" question.
I have a simple ASP.NET application connecting to an access database.
On one page, the database is queried about 10 times each time it is
loaded. I have found that the page reads the DB and loads correctly
the first 4 times the page is loaded... more >>
How to create Access database from C# application?
Posted by LuAnn Bradford at 9/23/2003 2:15:13 PM
Need to create an Access database from my C# application. I have tried
using ADOX, but when I have problems and submit questions to newsgroups,
I get no response. I'm thinking that maybe ADOX is not what others are
using to create Access databases from C#. What are others using? What is
the ... more >>
Index out of range error with datasets
Posted by Dennis at 9/23/2003 1:49:23 PM
I am getting an ArgumentOutofRangeException. Index out of
range. Must be a non-negative value...
when I delete all rows from a datatable in a 5-table
dataset and then insert the same number of rows or more.
The first time I do this, it usually succeeds, but if I
run my function again, I ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Binding Manager Position
Posted by Bob Ranck at 9/23/2003 1:33:12 PM
VB[WinForm]
I am using a Binding Manager loacated in a Data Access
Layer.
Lets say in a test dataview I have 9 rows and I add a new
Row using the BindingManager.AddNew Function.
If I look at the BindingManager.Count - at this point I
have a count of 10 rows as expected.
However
... more >>
Stored procedure works with datareader but not with dataset
Posted by fletan88 NO[at]SPAM hotmail.com at 9/23/2003 12:31:49 PM
This is gonna be a long and tuff (hope not) one !
Hi everyone, please if you help me send me a hint ! I have been on
that on full time for 8 hours...Here it is:
I have a dynamic stored procedure (see code below) that builds a
Transact-SQL statement an executes it. In that Stored procedure th... more >>
Dynamic connection string considerations
Posted by Erik Cruz at 9/23/2003 12:01:24 PM
Hi.
We are in process to update our first VB6 project to VB.NET. We decided to
use the migration process to optimize certain areas of the application,
including the use of connections. In our VB6 project the connection string
is generated dynamically. Our users type the user id and password on... more >>
Selecting rows by filterering on child columns
Posted by gumbytech at 9/23/2003 11:47:00 AM
Hi,
I am attempting to replace what I would normally be able
to do easily with joins in SQL, with relations and
rowfilters. But I am unable to see how to do the following:
I would like to select rows from a parent table based on
values in two or more child tables.
As an example let us... more >>
Hierarchial Table to Typed Dataset?
Posted by Richard Brown at 9/23/2003 11:03:12 AM
Ok, I'm looking through the newsgroups and searching the web, but hopefully
someone can point me in the proper direction a little faster....
I have a single SQL table as follows:
Category
CategoryId uniqueidentifer not null
Name varchar(50) not null
ParentId uniqueidentifer nul... more >>
How do I Modify a Column Name via script
Posted by Ather Ali Shaikh at 9/23/2003 10:10:33 AM
Hello All,
How do I change SqlServer Table's Column name from 'ColumnA' to 'ColumnB'
through the
script . But the CoulmnA has already data in it, which is not supposed to be
destroyed.
Thanks for last solution.
Regards,
--
Ather Ali Shaikh
Software Engineer
eIntelligence (Pvt.) L... more >>
Please help anyone, dynamic images in CR9 using .ttx and Dataset
Posted by leeedw NO[at]SPAM hotmail.com at 9/23/2003 9:17:19 AM
I've search around endlessly for a solution to this problem but have
not found anything yet.
I'm using Crystal 9 with .NET. I am not using a DSR to create the
report. Instead I am creating a report at run-time, using a .ttx file
and using a DataSet as the source.
My problem is that I want... more >>
Access 2000 connection from ASP.NET (0x80004005)
Posted by K0 at 9/23/2003 9:00:57 AM
Hi everyone
I have a problem opening a connection to an access 2000 db from ASP.NET
Sometimes (and only sometimes) i get an exception raised (0x80004005
couldn't lock file) when trying to open the connection, this happens only on
the production machine while my development machine behaves we... more >>
Paging with datareaders
Posted by Mike Smith at 9/23/2003 2:08:26 AM
Hey people,
When a datareader is used for paginh with a datagrid in asp.net, we have to
use the custom paging method ?
How do we find out the total records returned from the datareader itself ?
Any samples of using the grid with datareaders to achieve efficient paging ?
Efficient here mea... more >>
|