all groups > dotnet ado.net > october 2007 > threads for october 29 - 31, 2007
Filter by week: 1 2 3 4 5
Fastest way to move XML document into and back out of CLR function
Posted by DR at 10/31/2007 6:41:21 PM
Fastest way to move XML document into and back out of CLR function
In SQL Server 2005 and Visual Studio 2005, what is the fastest way to pass
an xml data type variable into a C# CLR function and retrieve it back out of
the C# CLR function when the C# CLR function is done modifying it?
I tr... more >>
ADO Net examples
Posted by Mike TI at 10/31/2007 5:47:01 AM
October 31, 2007
Hi all
Can someone point me out to a site with some good examples of data file
manipulation.
Thank you
Mike TI
... more >>
Connections String Questions
Posted by Mike TI at 10/31/2007 4:53:29 AM
Oct 31, 2007
Hi all
Sorry for repeating my previous posting. I am new to VB Net.
Q1. Which provider should be preferred when defining a connection, Data
provider for SQL server or Data provider for OLEDB. I intend to use SQL
Express 2005.
Q2. I have a database on my local PC (SQL Ser... more >>
Elementary question on connection string
Posted by Mike TI at 10/30/2007 9:16:32 PM
Oct 30, 2007
Hi all
Using VB.Net 2005 & SQL 2005.
I tried to use a database on my local PC and a remote database.
Now is there a way I can make the connection string flexible. I tried to
change the connection string in the APP.CONFIG file however I was not
successful. It would be nice ... more >>
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
Posted by Rick at 10/29/2007 4:56:24 PM
We have a several vb.net apps, that were recently upgraded from Framework
1.1 to Framework 2.0. Randomly these apps have started throwing the error
below, the line of code is a connection.open, the connection string has a
timeout of 500, which should be plenty of time. All of the apps use the... more >>
User default schema
Posted by AReel at 10/29/2007 3:57:41 PM
Hi
Using SQLServer2005, connecting via sql server authentication.
In the Instance I created a database (MyDatabase) and a Login.
In MyDatabase I created a schema (MySchema), Tables (attached to
MySchema) and a User (based on the Login).
I set the Login's default database to MyDatabase.
I ... more >>
Creating a new Access database file (.mdb) in .NET/C#
Posted by Frnak McKenney at 10/29/2007 12:18:31 PM
I'm making changes to a small, portable, single-user database
application I wrote a couple of years back built around a muli-table
Access database and written in C# and .NET 1.1. Most of the changes
are are minor, but one involves "subsetting" the database, that is,
creating a new database fi... more >>
|