473,320 Members | 1,868 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

What necessary at client side?

satiss7pwr
Hello,
I have one asp.net application at server side, having oracle database,
Now my question is what is minimum requirement at the client side i.e, should i install oracle at client side to access database from client side?
Thanks
Dec 24 '10 #1
3 1175
I think there is no need to install oracle at client as all your application code will executed on the server side.
Jan 19 '11 #2
NitinSawant
270 100+
ROFL :)

you need only browser at client side.. no need to install anything
Jan 23 '11 #3
Frinavale
9,735 Expert Mod 8TB
Client Side:
Anything that is run in the web browser. This includes the HTML used to render the elements in the page, and JavaScript that works with HTML/DOM elements in the rendered page.
Server Side:
Server side code is executed to generate HTML (and perhaps JavaScript) that is sent to the browser so that the page can be displayed to the user (Client-Side). Since the web browser is not able to access things like Databases, it is the responsibility of Server-Side Code to interact with the Database and ensure that the correct HTML is generated for the browser.
This is why there is no client-side requirement for accessing any sort of Database....it is the server-side component of the website that is responsible for interacting with the database.

-Frinny
Feb 7 '11 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Ste | last post by:
Hello, my goal would be implementing some keystroke analysis using php. I'm a novice in php, so i ask your advice: according to you, is it possible to log each keystroke client-side even if php is...
9
by: Kathryn | last post by:
Hiya I have a problem with using some client side and server side scripting together in an ASP. I'm using VBScript. What I'm trying to achieve is this - - Page loads up and some server side...
0
by: Farshad | last post by:
I am trying to automate a MS word document through a C#.NET web application. I could successfully do it on the server side. I mean when the client is running my C# application it opens the Word...
1
by: Farshad | last post by:
I am trying to automate a MS word document through a C#.NET web application. I could successfully do it on the server side. I mean when the client is running my C# application it opens the Word...
3
by: Larry David | last post by:
Hi, I'm just trying to wrap my mind around the ASP.NET model. Let me walk you through a trivial scenario: Let's say I have a form containing a text box where the user enters his name. It also...
3
by: david | last post by:
I have two questions to ask. Thank you for your any help. 1. I have a windows application App.exe which displays some kind of image file, like the Adobe viewer. The image files are stored in a...
3
by: Guadala Harry | last post by:
I hope this is something I can solve without contacting the vendor: I'm implementing a 3rd party component that will, by itself, initiate a PostBack. Apparently it does not support the...
3
by: Paul | last post by:
Hi all, I've been trying unsuccessfully to stop client side event validation. I've created a simple page with a text box, a required field validator and a server button with the following...
4
by: Jon Slaughter | last post by:
How do I go about accessing some client side control? I'm trying to design a web site in asp.net(well, I want to but I'm seeing that JSP might be better. I don't like java but I do like the fact...
2
by: goldtech | last post by:
I want to have an HTML form from a local local html file write a text field's data to a local text file. I have no client or server side tools like PHP, JAVA. I don't know JavaScript. I can not...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.