| Thread | Last Post | Replies |
|
| Diff between PositionChanged and CurrentChanged ? | 21 Feb 2005 16:09 GMT | 1 |
BindingManager has two properties, PositionChanged and CurrentChanged What is the difference between them. I want to set flags on my form depending on the value of the current record displayed on the form.
|
| Enumerate all SQL Server Errors? | 21 Feb 2005 15:07 GMT | 2 |
How can I enumerate all of the TSQL errors that come back from SQL Server 2000? Are they listed electronically anywhere? Thanks.
|
| Configuration of DataAdapter | 21 Feb 2005 13:42 GMT | 3 |
When configuring a simple "Client" Sql table sqlDataAdapter, with one single primary key, I can't generate the Delete and Update command, although the Insert and Select command are generated. The message is (translated from french...) : Impossible to determine the columns ...
|
| Interesting error in OleDbDataAdapter.Fill() | 21 Feb 2005 09:17 GMT | 1 |
Hi, please have a look at the code below: public DataView ListaDocumente() { //dtCache.Reset();
|
| Dataset - Ineritance | 21 Feb 2005 08:56 GMT | 1 |
I have created a class called 'dsData' which inherit from a dataset. Instance of 'dsData' is added to the windows form. I unable to open the collection editor for tables and relations from the propery window for the inherited class.
|
| XML serialization exception with .NET 1.0 and 1.1 environment | 21 Feb 2005 04:52 GMT | 3 |
Sorry for the repost but I ddn't use my MSDN "handle" when I posted earlier.... Hi all I get an exception when trying to deserialize a simple configuration file using XML Serialization. The stacktrace can be seen at the bottom of this
|
| Cant connect to local sql server 2000 from VB.NET running WinXP Pro SP2 | 21 Feb 2005 03:54 GMT | 9 |
I just installed SQL Server 2000 to run locally on a WinXP Pro SP2 PC. When I run the following VB.NET code: Protected Const SQL_CONNECTION_STRING As String = _ "Server=localhost;" & _
|
| Format/Mask text input | 21 Feb 2005 01:05 GMT | 8 |
I need to force a format to a bound data text box. For things like phone number, zipcode, etc. (xxx) xxx-xxxx where the X's are what the user types and the ( ) and - are fixed chars to make sure the user puts the phone number in the same format every time.
|
| Plz,I need your help | 20 Feb 2005 23:51 GMT | 7 |
Hi all of you I am student , and our supervisor ask us to make a short course registration system, but i couldn't do the following (The user is allowed to attempt to log-in to course database a maximum
|
| Passing Table to SP | 20 Feb 2005 21:46 GMT | 6 |
I have a table of about 20-200 rows that I would like to pass to a stored procedure as a parameter. Don't need any results back. the table will be in a known format to the sproc. This is not really an insert or update function as the sproc will process these values, but the data ...
|
| Do I need to load drivers to access SQL Server from a client machi | 20 Feb 2005 21:21 GMT | 3 |
I am using the SQLClient data provider with a .NET Windows Foms app. I want to connect to an instance of SQL Server from a client machine that does not have SQL Server installed on it. What do I need to install on clients in order to connect to the server? I am using Windows XP ...
|
| SQL Server memory ballooning during mass import | 20 Feb 2005 21:14 GMT | 1 |
I have a Windows service which iterates through a mySQL DataReader and pumps the records into SQL Server 2000. There can be upwards of 300,000 rows in the mySQL DataReader. Each record in the mySQL DataReader may represent a new record in the SQL Server database or an update of ...
|
| AutoIncrementSeed not working right HELP!! | 20 Feb 2005 17:38 GMT | 4 |
Given the following code new rows should have their AutoIncrement column set to -1, -2, -3, etc... but this isn't the case. When I inspect the new row it shows the last positive value -1 for the new row yet when I look at the column both Auto properties are set as below. I
|
| Creating a dataset | 20 Feb 2005 05:19 GMT | 2 |
Can anyone point me to an article or something similar which will show me how to do the following 1) Webservice creates some object instances 2) Webservice creates some XML which looks like DataSet data
|
| Data Abstraction Layer | 19 Feb 2005 20:14 GMT | 2 |
I'm just about to start designing a quite large system using ADO.NET and Sql Server. I want to provide an object oriented abstraction of the underlying database structure. I've written my own custom data abstraction framework in the past and
|