Hi Everybody!
Can anybody please answers these 2 questions?
1. What's the difference between VSAM-ESDS and Non-VSAM
sequential file?
2. What will happen to the created AIX if the base cluster
was deleted?
your answer will be greatly appreciated!
thanks!
Chris
i have 2 pages of JSP:
page1.jsp which has a combo box. after a selection is made, it will display page2.jsp which has a table created based on the the value selected on the combo.
my question: can i integrate the 2 jsp in one jsp file?
My form code:
<form name="frm_term">
<select name="c_term" class="flyoutSubHeading"
<option>1st Semester, SY 2003-2004</option>
<option>2nd Semester, SY 2003-2004</option>
<option>1st Semester, SY 2004-2005</option>
<option>2nd Semester, SY 2004-2005</option>
</select>...
im querying a database and i want to store the results in a combo box. im using the following code :
<select>
<option><%
while (rs1.next()) {
out.println(rs1.getString(1));
}
%>
</option>
</select>
my problem is the data stored in the combo box are concatenated in a single row...
Hey Guys!
I need some help... i have installed PHP 5.0 Apache and mySQL but when i tried running a script that access a particular mySQL database i get an error:
Fatal error: Call to undefined function: mysql_connect() in c:\program files\apache group\Apache\htdocs\login.php on line 42
Was...
Hi!
its my first time to use PHP, can somebody please teach me to create a simple LOGIN Script? i have mySQL as my back-end.. i have a table named users (uid, password, fullname). Pls help..
Thanks in ADvance
Chris
hi!
im having problems with my grid... Im using Visual FoxPro 8.0 for creating forms and reports and mySQL as my backend. Im using 3 grids. on the first instance that data are loaded into the grids i dont encounter any problem (format is OK).. but on the second instance my grid keeps loosing...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.