Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Zero Client front end to Oracle
You could use Java, use the Oracle thin client for Java. (You would include
the library in the program and install the program) Otherwise no, you would
have to install the Oracle client. This is true of all databases, you have
to install that database's driver and client binaries. (MS includes the SQL
Server client automatically with the OS, so it looks like you don't have to
install it, but it is already installed)
Jim
-- Replace part of the email address: kennedy-down_with_spammers_at_attbi.com with family. Remove the negative part, keep the minus sign. You can figure it out. "Rich" <richmarin_at_earthlink.net> wrote in message news:46e4ef1a.0306110633.a629c_at_posting.google.com...Received on Wed Jun 11 2003 - 10:10:30 CDT
> I need to create a front end to an Oracle database. The company I work
> for requires that I use VB scripts. And they do not want anything
> installed on the end user's PC.
>
> The front end must be able to allow users to interactively ( thru pull
> down menus, combo boxes etc . . . ) create SQL statements. Then the
> SQL statements will query the back end Oracle tables. The data is to
> be retrieved and sent the Excel spreadsheets on the end users desktop.
>
> Can the above be done with Oracle and VB scripts on an intranet?
![]() |
![]() |