Forum: C# Jul 5th, 2007 |
| Replies: 1 Views: 6,466 Example code below :
create a dataview based on your dataset, then use the dv.rowfilter method to filter on what is displayed.
DataView Dv = newDataView();
Dv.Table =... |
Forum: RSS, Web Services and SOAP Jul 5th, 2007 |
| Replies: 1 Views: 4,003 First off, I would convert your dtd to a schema (xsd) file. Everything is so much easier these days in .xsd format. In terms of loading into sql, you have basically 4 options
1) use .net code using... |
Forum: Windows NT / 2000 / XP May 3rd, 2006 |
| Replies: 5 Views: 3,706 Thanks for getting back so quickly. Please keep me informed if you get anywhere and I will do the same. |
Forum: Windows NT / 2000 / XP May 2nd, 2006 |
| Replies: 5 Views: 3,706 I have the same problem, when my machine sits idle it locks everything up even though with no apps running and I have to reboot. Very annoying as it happens 3 or 4 times a day. Did you get anywhere... |