VB.Net DB apps made easy?

  • Thread starter Thread starter Cameron Frasnelly
  • Start date Start date
C

Cameron Frasnelly

Is there a way (or a tool for $500 to a $1000) to make developing VB.Net
database applications as easy as Access? I'm sure it's lots of fun to learn
the intricacies of datareaders, dataAdapters, datasets, etc. but I'd rather
spend my time making an application. Does anyone know of a tool / addin to
make this possible?

Thanks!
 
You are kidding right?

Doing the databsets, dataadapters et all this is "making an application".

:(
 
Give me a spec. For $1K I'll write it : )

Seriously though, the methodology jump between Access and VB.NET is
unfortunately difficult just as the jump between Access and VB6 was. But
once you take the jump, it's a lot easier than you think.

Also, you still have access to DAO 3.6 Library if you want it. Importing
this library, you can do your data access stuff in the same fashion as you
most likely did with Access.
 
Cameron,
Right now the closest tool I know about is Visual Studio.NET.

The next version VS.NET 2004 (Whidbey) appears to be closer then the current
version, however Whidbey is still in beta.

For hints of what Whidbey is going to be able to do for you, check out the
videos at:

http://msdn.microsoft.com/vbasic/whidbey/

Hope this helps
Jay
 
Thanks all... I'll keep plugging away. Also, I found a tool at
ironspeed.com that looks like it might hide all the unnecessary stuff...
thanks again!
 
WOW!!!! Whidbey is exactly what I want!!!!!

Jay B. Harlow said:
Cameron,
Right now the closest tool I know about is Visual Studio.NET.

The next version VS.NET 2004 (Whidbey) appears to be closer then the current
version, however Whidbey is still in beta.

For hints of what Whidbey is going to be able to do for you, check out the
videos at:

http://msdn.microsoft.com/vbasic/whidbey/

Hope this helps
Jay
 
Hello Cameron

In about 15 days, I have a DataServices code generator going into beta
testing. It's been almost a year in the making. If you are interested in
getting on the beta, drop me a line. Oh, by the way, its for SQL-Server and
VB.Net only.

Ibrahim Malluf
(e-mail address removed)
 
Back
Top