| Thread | Last Post | Replies |
|
| Create dataadapter programically or drog &drop ? | 18 Jun 2004 21:35 GMT | 2 |
my tables are very big size. If i drag&drop the table as adapter, it seems fill in all the data in dataset during formload. Which is the best way ? programmically to create or use drag or drop ?
|
| DateTime being changed during Xml Serialization of a DataSet using WSE 1.0 | 18 Jun 2004 20:28 GMT | 5 |
I have a Web Service that returns a DataSet to a client. I'm seeing some strange behavior where the Date of one of my values is being changed from the time the DataSet leaves the Web Service to the time when it shows up at the Client application.
|
| Data Form Wizard Question. | 18 Jun 2004 20:14 GMT | 4 |
Is there a way to make the data form wizard create windows forms using sqlConnection, sqlDataAdapter and sqlCommand instead of OleDBConnection, OleDbDataAdapter since all my projects deal with SQL 2k server? Thank you in advance.
|
| Get Column Name from a DataSet | 18 Jun 2004 19:19 GMT | 2 |
I was wondering if anyone knows how to get a column name from a dataset where the column name contains nulls. I am able to get a columns name using getxml() however columns that have null's do not return the name of the column in the xml.
|
| relationship | 18 Jun 2004 17:32 GMT | 2 |
How to create relation in SQL Server Database programatically? Thanks Konrad
|
| SqlDbType not Found using VB.NET (compact framework) | 18 Jun 2004 17:25 GMT | 1 |
I am trying to populate a table in a table in a database I have created using parameters. The following line doesn't work. cmd.Parameters.Add(New SqlCeParameter("CUniq", SqlDbType.Shortint)) due to the fact that SqlDbType is not found. (not declared)
|
| How do I mark a DataTable as read-only | 18 Jun 2004 15:29 GMT | 4 |
I want to return a read-only DataTable so that I can cache it. Is it possible? Alternate suggestions (that don't waste tonnes of memory)? Thanks,
|
| SQL Server JOBS | 18 Jun 2004 14:36 GMT | 4 |
Hi!. I am developing a windows application where i need to give users alerts about their pending jobs once they login into the application. I am trying to create SQL Server jobs to give those alerts( If anyone has any other option kindly post the same). now can anyone tell me how ...
|
| 405 error on put | 18 Jun 2004 09:20 GMT | 3 |
I am trying to upload a pdf file to a web server. The server is local right now for testing. I am running xp, iis5 I get a 405 error on the post, please help.
|
| Using a datagrid to display info from database | 18 Jun 2004 07:33 GMT | 1 |
Is it possible to be able to select a single row in a datagrid and use that selection to open a new form that contains all of the data in the row? I'm working on a home inventory program in VC++ with a database backend and I'd like to be able to standardize the forms
|
| detaching an XmlDataDoc from a DataSet | 18 Jun 2004 07:18 GMT | 1 |
I've got an XmlDataDocument that is attached to a DataSet with one DataTable in it. Then I take the XML as text and throw it into a Text Box on a form. Later on, I wanted to add another DataTable to the DataSet and it complained:
|
| Stupid XML Serialisaton and Web Services | 18 Jun 2004 06:19 GMT | 4 |
My company's XML webservice has several methods that pass back serialised data, and all seemed well during testing, and during the first few weeks of deployment. But people are coming back to me saying that the keep getting the error "DataRelation cannot be serialized because it ...
|
| Make data available to Excel, Access, ... | 18 Jun 2004 03:54 GMT | 3 |
sorry for the cross post, but don't know which of both groups would be the best one. I have implemented a .Net DataReader and DataAdapter for our custom data and it works fine so far. Now I want to make the data available to Excel,
|
| HLP: Adding Column Info to ListView | 18 Jun 2004 03:21 GMT | 4 |
What I'm trying to do is to Add the information of Two Tables into a single ListView. The ListView has 10 columns. The following Code populates the LV columns 1 to 5 (or rather 0 to 4) from a DataSet...
|
| DataSet filtering | 18 Jun 2004 01:50 GMT | 1 |
If I retreive a set of records from my database e.g. NAME GROUP John Beetles John Sting
|