Thanks Wushutwist, I have temporarily done as per the soln. 1 but will positively try out 2nd option, as that would be a neater programming.....
Vandys
Hi,
My HTML page has 3 different types of login options. Now for each login option, the user name and the password and the login type info needs to be forwarded to the servlet. How can I call different servlets from same page??
Ex. Student login passes student id and the password - calls...
Hi all,
I have an MS Access Database. I want to connect to it thru' Servlet. I looked at the FAQ and found a link to this problem. But that is not getting me the result. Can anyone pls. put down some code lines to do this?? I have created a dsn with the name "prix". PLEASE.......
hi all,
My client is supposed to load the application in a specific server(linked to his network as s: drive). Now my application resides on my computer in the dir c:\client24. How do I create a local drive name for this dir. as s: so that I can use it in my programming?
Pls. help....there is...
Hi all,
I have forms in which there are many commandbuttons or text boxes which should be visible depending upon the group to which the user belongs. For example, if the user belongs to the cashier group, then the buttons #3 and #4 should be visible and if the user belongs to the...
Putting ">" sign in the format of the fields just changes the display from lower case to uppercase but the data in the tables is still stored the way it is entered i.e. lower case or uppercase or both mixed. So if you wish to **Store** the data in the field in the upper case then you...
Yes, the network login name can be extracted and then stored in a field by using the advapi32.dll in a function. The function would look something like this:-
++++++++++++++
Private Declare Function apiGetLoginName Lib "advapi32.dll" Alias _
"GetLoginName" (ByVal lpBuffer...
I am a very recent user of BO and so this question of mine might sound a bit simple to you all the experts in the forum. I created an outer join between a master and a child table through BO designer. But now whenever I select an object related to this child for a query, I get an error message...
Hi JGarnick,
I would appreciate if you can forward the sample database to me also as I am also facing the same situation and was about to post it in the forum for some help. I should have asked GOD for something else also today!!!
My E-mail ID is vandanasanjay@hotmail.com
Thanks in...
Hi Nick, the problem I was facing is no longer there... Actually I was doing a mistake... In the prompt function the data type of the date should be mentioned as 'D' not 'DATE'. The command I was giving was
@Prompt('Enter date',date,Mydateclass.mydate,multi,free)
and it should have been...
Let me try to explain again what I am trying to do. I have created a class called 'Activites'. In this class I have an object called 'StartDate'. In this class I wish to create a condition called 'StartingFrom' which should accept a date from the user and apply a filter where all the records...
I tried that Nick, but when I parse the condition the message I get is "Parse Failed [Microsoft]ODBC Microsoft Access 97 Driver] Data type mismatch in criteria expression"<br>The condition I gave was <br><br>TableName.FieldName <= @Prompt('Enter the date',,,,)<br><br>Using ToDate...
I am trying to insert a condition where the user enters date at a prompt and then all the records where the datefield is less then the accepted value should be displayed. I am not able to find a function to convert the string into date. My database is on Access 97. Please help me. I...
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.