Viewing 4 posts - 1 through 4 (of 4 total)
I'm not sure if you are referring to my comments as disgraceful, or the original article? but I just wanted to make it clear that my comments were simply to...
September 27, 2005 at 4:44 am
My new database design:
Create table TheUltimateGenericSolution(
Key int not null identity primary key,
Stuff text) ...
September 27, 2005 at 3:44 am
From a Client OOP point of view UID's solve many problems for the programmer:
I work on systems where client software (usually VB.net) is responsible for creating new entities in the...
September 6, 2005 at 1:57 am
In my opinion the best solution to this problem by far is to pass an XML document from your VB client to the SP on the server: for example:
Then use...
September 5, 2005 at 4:17 am
Viewing 4 posts - 1 through 4 (of 4 total)