all groups > dotnet datatools > june 2006
ASP.NET 2.0 and SQLServer 2000
Posted by Steve at 6/26/2006 2:00:01 PM
Hello!
I have a problem to connect to SQLServer 2000 on ASP.NET 2.0. When I logon
the .NET show me the error <I>"An error has occurred while establishing a
connection to the server. When connecting to SQL Server 2005, this failure
may be caused by the fact that under the default settings SQL... more >>
Copying datafile before PageLoad
Posted by Rakesh Parekh at 6/18/2006 1:14:01 AM
Hello,
I have an aspx data page to show date results. I want the
aspx page to copy data file from another location and save
it to a different location before it loads on the screen and show the data.
For that I have used following code to run at body_onload method
of aspx page.
<script... more >>
Data Source Configuration Wizard - An unexpected error occured in
Posted by Gary at 6/15/2006 11:52:01 AM
Hi
Using VS2005, C#, SQL Server 2000 (installed on my local machine).
Everything has been OK until suddenly, when trying to create a new data
source, I keep getting the following error dialog/message:-
"An unexpected error occured in the .NET Framework Data Provider for SQL
Server Mobile... more >>
Protect worksheet from reading
Posted by Remy at 6/14/2006 6:41:02 AM
Hi,
Is that possible to protect worksheets from reading (unless you got
password) in the code of VBA?... more >>
getting data from SQL Server into a vb.Net app
Posted by Mike Beck at 6/10/2006 8:24:01 PM
I am new to .net. The books and white papers all seem to have different ways
of using .net ADO to get a resultset ( which no longer exists). Can some one
recommend a clear and complete over view of how to get data into a app.
I am interested in getting data progarammatically rather than usi... more >>
Why Adapter.Update(DataTable) causes AcceptChanges for whole DataSet?
Posted by Serg at 6/9/2006 12:00:00 AM
I am a newbie with dataset. May be I do somthing wrong with dataset?
I have a dataset with many tables (about 50 tables). All tables are linked
with foreign key references.
User inserts new rows in DataTables. When I do update to db I think I should
update tables in order they are linked. But ... more >>
|