KASI VISHWANATH

Ranch Hand
+ Follow
since Aug 06, 2000
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by KASI VISHWANATH

Most of the applications do have tools which define the structure of the table its elements and the database structure also. if you are trying to define a new application database which is not existing then you have to identify the need fields group them into tables do the normalization. try for some data design tools
Vishwanath
If you are using an odbc driver then first create a dsn and then try to work with it.

Originally posted by Michael.H.Sun:
All,
When I did the connection of Java application:jdbc dbc:database, I received the following exception:
Unable to connect
java.sql.SQLException: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
java.sql.Connection java.sql.DriverManager.getConnection(java.lang.String, java.util.Properties, java.lang.ClassLoader)
java.sql.Connection java.sql.DriverManager.getConnection(java.lang.String, java.lang.String, java.lang.String)
void TableDisplay.<init>()
void TableDisplay.main(java.lang.String[])
Does it tell me I should install ODBC Drive Manager?
Thanks.


U have to create a dsn name in this context not an ip address as in the case of jdbc type two driver
------------------
I.K.VISHWANATH
Digital signatures are the signatures given to certify that the particular thing is used by the concerned person only. it is for more authentication. it can be used for secure emails
------------------
I.K.VISHWANATH
23 years ago
do not store the image in the database, store its path in the database and u will have no problem in access it
------------------
I.K.VISHWANATH
go to jguru.com or java.sun.com and there u have code to chech whether ur browser is supporting cookies or not
------------------
I.K.VISHWANATH
23 years ago
did u try to download it from java.sun.com/products ?
------------------
I.K.VISHWANATH
23 years ago
Monty try to implement it yourself. u will learn more. ask for the problems u r encountering and i am damm sure people will surely respond to it and solve it
------------------
I.K.VISHWANATH
23 years ago
if more number of user access the data base then go for connection pooling otherwise no need. one more thing what do u want regarding the design can u be specific
------------------
I.K.VISHWANATH
23 years ago
I think there will be problem regarding SSL implementation of JSP in javawebserver boz the jsp files must be kept in public_html directory and the secure SSL implemented must be kept in secure_html directory. regarding tomcat find out where the secure pages must be stored
------------------
I.K.VISHWANATH
23 years ago
see the examples given along with the java mail application
------------------
I.K.VISHWANATH
23 years ago
check up regarding the setting
------------------
I.K.VISHWANATH
check up if u have created correctly or not first. otherwise remove it and redo it. next check if the coding u have used is correct or not
------------------
I.K.VISHWANATH
Recognizing that "one size doesn't fit all," Sun has regrouped its innovative JavaTM technologies into three editions: Micro (J2METM), Standard (J2SETM), and Enterprise (J2EETM). Each edition is a developer treasure chest of tools and supplies that can be used with a particular product:

Java virtual machines* that fit inside the range of consumer devices
a library of APIs that are specialized for each type of device
tools for deployment and device configuration
a profile, that is, a specification of the minimum set of APIs useful for a particular kind of consumer device (set-top, screenphone, wireless, car, and digital assistant) and a specification of the Java virtual machine functions required to support those APIs
J2ME specifically addresses the vast consumer space, which covers the range of extremely tiny commodities such as smart cards or a pager all the way up to the set-top box, an appliance almost as powerful as a computer. Like the other editions, J2ME maintains the qualities that Java technology has become famous for:

built-in consistency across products in terms of running anywhere, any time, over any device
portability of the code
leveraging of the same Java programming language
safe network delivery
applications written with J2ME are upwardly scalable to work with J2SE and J2EE
With the delivery of J2ME, Sun provides a complete, end-to-end solution for creating state-of-the-art networked products and applications for the consumer and embedded market. J2ME enables device manufacturers, service providers, and content creators to gain a competitive advantage and capitalize on new revenue streams by rapidly and cost-effectively developing and deploying compelling new applications and services to their customers worldwide.
The JavaTM 2 Platform, Micro Edition is the edition of the Java 2 platform targeted at consumer electronics and embedded devices. The J2ME technology consists of a virtual machine and a set of APIs suitable for providing tailored runtime environments for consumer and embedded electronics. The J2ME technology has two primary kinds of components--configurations and profiles.
The J2ME technology has two design centers--things that you hold in your hand and things you plug into a wall. These design centers have different qualities that are optimized for in the virtual machine and low-level libraries themselves. Configurations are composed of the two low-level APIs and optimized virtual machines targeted at two broad categories of devices: (1) those with 128-512 K of memory available for the Java technology environment (and applications) and (2) those with 512 K + available for the Java technology environment (and applications). Configurations are nestable, so that any software able to execute on a less capable configuration is able to execute on a more capable one.


------------------
I.K.VISHWANATH
23 years ago
u can do it with javascript itself rather than servlets. only this is u have to give is location.href or location.replace with the site name using an onclick function 4 each button
------------------
I.K.VISHWANATH
23 years ago