473,654 Members | 2,987 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

querying database to update list box on client side through java

I am attempting to develop a form that lists available speakers for a meeting.
One of my clients can have as many as about 800 contracted speakers and a
variety of 100 topics that they can speak on.

What I am trying to create is a form that has a text box in which you can
type in part of a speakers name.

After hiting enter I want to query our SQL database for the speakers with
the matching last names and populate a speaker select box with that list.

After selecting a speaker I again want to query the database and and get the
topics that speaker is authorized to speak on and populate a topic select
list.

I want to be able to do this without posting the page so that I don't have
to keep track of the different processes and orriginal data.

I know AJAX is a possible solution but and Atlas but we are on the 1.1
framework and using studio 2003.
I heard that AJAX was suns response to the programming capabilities of ASP.
Is there a way to achieve this through ASP and vb or java client side
scripting
I know I need to create a web service and an XML response page but I am
havingn difficulty figuring out some of the details.
Any advice as to the simplest most efficient way would be greatly appreciated.

Thanks in advance
Jun 16 '06 #1
2 1634
You can use xmlhttp object in the client side.

"Eli Silverman" <El**********@d iscussions.micr osoft.com> wrote in message
news:68******** *************** ***********@mic rosoft.com...
I am attempting to develop a form that lists available speakers for a
meeting.
One of my clients can have as many as about 800 contracted speakers and a
variety of 100 topics that they can speak on.

What I am trying to create is a form that has a text box in which you can
type in part of a speakers name.

After hiting enter I want to query our SQL database for the speakers with
the matching last names and populate a speaker select box with that list.

After selecting a speaker I again want to query the database and and get
the
topics that speaker is authorized to speak on and populate a topic select
list.

I want to be able to do this without posting the page so that I don't have
to keep track of the different processes and orriginal data.

I know AJAX is a possible solution but and Atlas but we are on the 1.1
framework and using studio 2003.
I heard that AJAX was suns response to the programming capabilities of
ASP.
Is there a way to achieve this through ASP and vb or java client side
scripting
I know I need to create a web service and an XML response page but I am
havingn difficulty figuring out some of the details.
Any advice as to the simplest most efficient way would be greatly
appreciated.

Thanks in advance

Jun 16 '06 #2
Thanks. That was the impression I was getting but I am having difficulty
finding an example to guide me. do you know of any that might be helpful?
Again I want to be able to send a text string or numeric value and receive
an object (dataset , recordset, datareader ... that I can parse through to
clear and repopulate a list box with.
Thanks again
"Balasubramania n Ramanathan" wrote:
You can use xmlhttp object in the client side.

"Eli Silverman" <El**********@d iscussions.micr osoft.com> wrote in message
news:68******** *************** ***********@mic rosoft.com...
I am attempting to develop a form that lists available speakers for a
meeting.
One of my clients can have as many as about 800 contracted speakers and a
variety of 100 topics that they can speak on.

What I am trying to create is a form that has a text box in which you can
type in part of a speakers name.

After hiting enter I want to query our SQL database for the speakers with
the matching last names and populate a speaker select box with that list.

After selecting a speaker I again want to query the database and and get
the
topics that speaker is authorized to speak on and populate a topic select
list.

I want to be able to do this without posting the page so that I don't have
to keep track of the different processes and orriginal data.

I know AJAX is a possible solution but and Atlas but we are on the 1.1
framework and using studio 2003.
I heard that AJAX was suns response to the programming capabilities of
ASP.
Is there a way to achieve this through ASP and vb or java client side
scripting
I know I need to create a web service and an XML response page but I am
havingn difficulty figuring out some of the details.
Any advice as to the simplest most efficient way would be greatly
appreciated.

Thanks in advance


Jun 16 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

18
7365
by: cjl | last post by:
Hey all: I know that it is silly in the age of Google to 'lose' something on the internet, but I recently checked out a project that had implemented a database with a subset of SQL in pure client-side javascript. I forgot to bookmark it, and now I can't find it. Anyone?
6
2648
by: Greg | last post by:
I am working on a project that will have about 500,000 records in an XML document. This document will need to be queried with XPath, and records will need to be updated. I was thinking about splitting up the XML into several XML documents (perhaps 50,000 per document) to be more efficient but this will make things a lot more complex because the searching needs to go accross all 500,000 records. Can anyone point me to some best practices...
6
7335
by: Marvin Libson | last post by:
Hi All: I am running DB2 UDB V7.2 with FP11. Platform is Windows 2000. I have created a java UDF and trigger. When I update my database I get the following error: SQL1224N A database agent could not be started to service a request, or was terminated as a result of a database system shutdown or a force command.
2
5664
by: Manish | last post by:
Hey folks I am having a weird problem in ASP .Net. My page is in C#. I have a datagrid, which populates based on selection in drop down box on ASP page. This datagrid has template textbox colum in itemtemplate. Datagrid is something like this- Category Week Amt Week% Button Revenue 1 100 Update Revenue 2 200 Update Cost 1 25 25
2
15265
by: Ron St-Pierre | last post by:
We're developing a java app and are using postgres as the database. On our dev server I started the app, closed it, but the java process was still open so I killed it, which caused the above error. I've had to do this in the past but have not had this happen before. I've searched the archives and found a message/reply from Andrew Sullivan about this which implies that it may be more a file system problem. We're using postgresql 7.4.1 on a...
18
1371
by: Ty Salistean | last post by:
I think it would be nice if we could have a SQL engine available on the client side. I primarily do Windows Forms programming and it seems that I have to make alot of calls accross the wire to manipulate data for display purposes. I am a FoxPro guy but I have been in .NET for 1 year now. We have an application in FoxPro hitting SQL Server and I think that system is architected well. If I have a screen that requires the data to be...
2
2154
by: bwana.mpoa | last post by:
Hi, We're using a mySQL database as a replica of another (Sybase) DB for reporting purposes. The Sybase is part of a real-time mission critical system - hence the separate database where people can run their queries on. Currently a separate application is copying the information we're interested in from Sybase to mySQL in an overnight batch-process. We want to extend this to loading every 15 minutes and are now investigating the...
1
2981
by: amritranjan | last post by:
How to retrive image file from MS access database and display this in another JSPpage -------------------------------------------------------------------------------- This is my Jsp code for image upload in database: -----------Upload.jsp---------------- <html> <head> <title>Account Details </title>
0
8376
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8815
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8708
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8489
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8594
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7307
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6161
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5622
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
2
1596
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.