all groups > dotnet ado.net > july 2004 > threads for monday july 5
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 31
Run ado.net application from network share requires FullTrust permission set?
Posted by Jahyen at 7/5/2004 10:38:47 PM
Is there any way to get an assembly to run from a network share with =
less than FullTrust permission set? I've tried adding SQL Client =
permission to the permission set that's assigned to the LocalIntranet =
but that I still get a SecurityException thrown for SqlClientPermission.
Here's the... more >>
Revisiting the issue of "Filling the dataset with a table with same name as in another class"
Posted by Earl at 7/5/2004 5:44:46 PM
My original post asked the question: what happens when you declare a
datatable with the same name in Class1 as you used in Class2? As Miha
pointed out, "DataSet won't be gc-ed until you drop all references to it ..
while you have at least one living reference DataSet instance will be
there." And... more >>
Opening a backend database from two different applications
Posted by Steven W at 7/5/2004 3:41:01 PM
I have a front end database application in MS Access 2000, which for purposes of discussion has an administrative part and a user part. I recently decided to experiment with trying to move the user part of the front-end, which services about 70 people to a .net application. I've implemented both a f... more >>
Data Type Help
Posted by Tom Nowak at 7/5/2004 1:29:01 PM
I am wirting a VB program, and use the following code in a form load event
Dim prm38 As OleDb.OleDbParameter = _
dap3.UpdateCommand.Parameters.Add("@total_points", _
System.Data.OleDb.OleDbType.Integer, "total_points")
prm38.SourceColumn = "total_points"
And Receive the following Error:
... more >>
Help with Index is out of the bounds of the array issue.
Posted by Manuel Canas at 7/5/2004 11:29:09 AM
Hi There,
I have been batleing with this now that I'm at the end of my rop here.
What I'm doing here is this;
1 - retrieving some data from the database with a data reader (with a search
criteria)
2 - Filling a listbox with the data retrieved with the data reader
3 - draging items out of... more >>
DataSet DataTable Question
Posted by Woody Splawn at 7/5/2004 10:32:34 AM
I have a winform with a text field in it. I would like to be able to save
the value in the text field to a XML file so that the next time I open the
Winform I can get the value from the XML file and populate my field. I am
guessing as to exactly what to do but what I have done is as follows:
... more >>
Naming the Tables in the DataSet returned by stored procedure
Posted by gingerbbm at 7/5/2004 8:08:02 AM
Greetings
I have a SQL Server stored procedure that performs several queries and therefore creates several "result sets". Wiring it up via ADO.NET I get a DataSet with a number of items in the Tables collection. This is exactly what I want, but I'd like to assign names to these "result sets" in t... more >>
Problem with updating database from a dataset (row recently deleted)
Posted by postings NO[at]SPAM alexshirley.com at 7/5/2004 7:37:49 AM
Hi
I'm using ASP.Net (VS2003). I think this is more an ADO Question. I've
just deleted a row from a dataset and I want to update the database
from the recently altered dataset. It's not working.... Can you skim
down the code, look at the comments below please?
Many thanks
Alex
'
'Sql... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
I need advice on disconnected clients
Posted by Peter Morris [Droopy eyes software] at 7/5/2004 7:15:09 AM
Hi all
I want to develop a client which only connects to a server in order to
synchronize data. The idea is that the user will see a smaller view of the
whole database (only items relevant to themself) and may then add new items,
update, delete, etc. Eventually connecting to a middle tier wh... more >>
ADO.Net locking rows on read
Posted by Gav at 7/5/2004 6:11:01 AM
I have a VB .Net COM+ component running a stored procedure on a SQL Server 2000 DB. If the stored procedure is executed within Query Analyser it takes in the order of three seconds to complete, however when accessed from my component it hits a 5 minute timeout when retrieving the rows (in the order ... more >>
|