Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What can you use as a Front End? 1

Status
Not open for further replies.

perrymans

IS-IT--Management
Nov 27, 2001
1,340
US
Are there any options on developing a front end other than VB and Access? Just curious because my company is limiting Access installs.

Thanks. Sean.
 
You can develop in any language that support ADO or DAO. Examples are delphi and java.

Note that you can also develop in EXCEL, but I think you need a VBA license to sell any applications with VBA coding.

The reason your company is restricting ACCESS licenses is because they anly have a certain number of licenses. IT doesn't matter with which language you work, there will still be a license issue.

 
We use the .Net framework here and reallly like it.

You don't have to have individual Access licenses if you make and deploy a run-time version of the Access database (which can include the links to SQL Server tables).
 
The only way to deploy Access Run-time versions is with Office Developer right?

What exactly do you mean ".Net framework"? Visual Studio.Net?

Thanks. Sean.
 
You create with developer but developer doesn't have to be loaded on the machines you put the run-time version on. I will warn you that if you use any special controls or otherwise odd code from a special library, you may get yourself into DLL hell.

Yes the .Net Framework is Visual Studio.Net.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top