Forum: VB.NET Jun 13th, 2009 |
| Replies: 0 Views: 354 I've designed a class diagram for my business entity library, in visual studio 2005, now I was wondering if theres any way to export it to a SQL Script to generate the corresponding tables ... I hope... |
Forum: VB.NET Apr 25th, 2009 |
| Replies: 1 Views: 273 Hi,
I need to implement a class that allow me insert as many childs as needed, like when you have a DataTable Class and add as many DataRows as needed with DataTable.Rows.Add(DataRow).
I can't... |
Forum: VB.NET Jan 16th, 2009 |
| Replies: 3 Views: 1,340 Well,
I did that, the problem was that I have a development machine that runs on XP SP2, and my production server runs on 2K3, works ok on windows server 2K3, but on my XP have that problem... I... |
Forum: VB.NET Jan 5th, 2009 |
| Replies: 3 Views: 1,340 I have to write log entries through my app (ASP.NET -VB-)
In my understanding that's what I do: created a DLL Message library, then I've created certain registry entries, and insert the log entry... |
Forum: VB.NET Oct 11th, 2007 |
| Replies: 1 Views: 2,525 I have this code:
Dim cb As OleDb.OleDbCommandBuilder
Try
cb = New OleDb.OleDbCommandBuilder(daDocuments)
daDocuments.Update(CType(bdsDocuments.DataSource,... |