Viewing 15 posts - 136 through 150 (of 154 total)
quote:
We use asp for a lot of minor apps, and for stuff that has to be externally accessible by clients. Internally for...
June 3, 2002 at 12:57 pm
quote:
I'll skip the ASP vs VB discussion, but I'd like to hear why the installs were a problem with VB? I find...
June 3, 2002 at 12:15 pm
quote:
Im still curious, even with VB to C#, why you chose c#? Doesn't matter to me, merely curious about the factors that...
June 3, 2002 at 12:06 pm
quote:
Well I for one would never write a business app using ASP - you just don't have the control of the screen...
June 3, 2002 at 11:52 am
quote:
BrianCould you tell me if you have written a class wrapper that provides a means of accessing the functionality of Excel without...
June 3, 2002 at 11:18 am
quote:
Brian, Im curious why you would port to C# from VB. When you say port do you mean rewrite?:-) Since all .net...
June 3, 2002 at 11:05 am
I originally programmed Access (Front) / Access (Back) many years ago. then Access (Front) / SQL Server (Back) and finally VB (Front) / SQL Server (Back).
My suggestion is to...
June 2, 2002 at 10:26 pm
quote:
I have to agree with Andy, since this is set at the session level it makes it harder to see, and there...
May 16, 2002 at 11:46 am
quote:
Not that I can find. You can always retrieve it using ADO, either by doing select name, value from sysproperties where object_name(id)='categories'...
March 13, 2002 at 7:32 pm
more sqldmo default code
Dim objSQLServer As New SQLDMO.SQLServer
objSQLServer.LoginSecure = True
objSQLServer.Connect "(local)"
...
March 13, 2002 at 7:30 pm
sample code to get default via dmo
this simple code returns default value for column Phone in Pubs.Authors table (if you look in the table you'll find a default value for...
March 13, 2002 at 7:29 pm
quote:
You want to use column.dridefault.text. It doesn't work correctly without the ".text" portion. This is a default that you would enter in...
March 13, 2002 at 7:23 pm
ok thanks for help. i'm gonna call it a night and try again tommorrow. i understand now the differences between the two which helps but results are the...
March 11, 2002 at 8:11 pm
quote:
It works, did you include the .text portion? As far as the defaults, its the difference in how you create them -...
March 11, 2002 at 6:55 pm
quote:
Try objCol.DRIDefault.Text.Andy
thx for response - this looks like it *could* work but i already tried...
March 11, 2002 at 6:02 pm
Viewing 15 posts - 136 through 150 (of 154 total)