... my_db=repository.of."jdbc:oracle:thin:@oracle_server:1521:ora92" ... That code looks logical. I don't have an example at hand. Have you tried variations on...
... number ... it ... The JDBC connection has been successfully testet with JDeveloper. What I get back from Water is: Runtime error: Database connection...
I was playing around on Yahoo! Fincance today and noticed it had a link that would deliver .csv data for stock quotes. I figured that would be pretty easy to...
I would expect the Example 1 code to produce <vector 9 11 13/>. Instead I get <vector 9 9 9/>. I monitored the HTTP traffic and I do see 9 11 and 13 being...
hello! I am an Mtech student and am new to water language. I would like to study it in detail. I have decided to make this my area of study to do my term paper...
... to ... to ... suitable ... in ... I'd be glad to help. Others are using Water in various university and college programs, but as far as I know, the Water...
Hello, I'm fairly new to Water and am working on a project that would include some simple scripting, and I'm trying to implement this scripting with water and...
... When you send back the page of the current window, put some JavaScript in the page that either does an window.open(...) or document.location.href="..." or...
Clear Methods is developing a new set of comparisons between traditional ways of handling XML and the use of Water for XML implementations. As part of this...
I am working on a small application and would like to come up with a GUI for my water application. I would like to know how to pass a variable( a textbox's...
I picked up this piece of code from Message 339. I executed this and tried from the browser by typing http://localhost:8080/? in the address bar.Isn't this...
... a ... I hope I can keep this concise enough. This application displays your initial page with a textbox, and then submits the content of the textbox to the...
Hello! How can I get <java_env /> to recognize *my* Java class files that I create? I tried simply dropping them in the CLASSPATH, but that doesn't seem to be...
... There is a 'jre/lib/ext' folder in your Java folder. Drop your JAR into that folder and Java should see it (once you restart the IDE) Here's the path to it...
hello again... could you tell me where to start learning water? is Waterlanguage.org good to start with for a beginner? i know xml basics. is it enough to go...
Thanks. Now Steam IDE sees the classes; however, I am still getting an IllegalAccess error. Does the JAR file have to be signed for it to work? This is all on...
Hi Merrick, when I executed this code, the server started running.When I try to access this from IE, i get a page cannot be displayed. I typed the following in...
Hello Pam! Try typing http://localhost:8080/ without the '?'. In order for the server to be seen on port #8080, you have to have the server line set to say...
Hello! I used the Free Version 3.11 beta today to do something interesting. I wrote a C program that receives Netbios datagrams on my local machine, and stores...
BostonWater User Group: Tue, February 24th, 2004 7:00pm Cambridge, Massachusetts near MIT Directions and details at: http://www.bostonwater.org/ Version 4...
Hello! I am new to water and would like to know if I can find some documentation on Water language.I am trying to explore and find out any interesting...
... To find examples and discussion about Water and databases (ODBC connections, SQL Server, MySQL, Access), type "database" into the Search Archive box on...
... ranging ... Here are some quick examples of creating functions/methods and adding a list/set/vector/array of numbers together. I will see if I can whip up...
Yeowch! Good example! This message is not for posting, just to make a point. :) ... Ah, yes; however, yours can't do this: <add <vector 10 20 30 40 /> /> Only...