Hi,
i'm currently facing a problem with a trigger.
I created 2 tables:
-communication
-communication_data
The trigger i created for communication is of type ( after insert or update on status for each row)
whenever an insert is done in communication the trigger is raised and a dbms_alert is...
Hi,
I have made a website with a promo page. So the client should be able to edit text and layout (insert enters change font size and stuff like that).
I thought to solve this by using an xml file with some paragraphs and titles but this still isn't good enough. Cause it still limits the...
Hi i am using following sql statement to filter records of an access db but it doesn't display any records or gives an error when i try it with a variable.
With a normal date everything is working fine.
"AND tblmeeting.Meetingdatum>#" & #8/03/2006# & "#"
i tried also to use the format string...
I have several aspx pages in a folder under my wwwroot and now i want to disable that people can enter one page by typing it directly in the browser. Therefore i read some posts on forums and tutorials and made a loginpage with following line if the password is true...
Hi i've made a webpage which i want to display the text on the buttons in the language of the person that is logged in. I can do this by using a repeater but then when you click one of the buttons everything between my repeater becomes invisible.
If someone has an idea of what i have to change...
I just started with asp.net and i am having some problems defining the SQL statement. In the code i search the login account and i want this login name to filter the datagrid but there i get some errors
Sub page_load(Sender As Object, E As EventArgs)
Dim oConn as oledbconnection
Dim oCmd As...
does anybody know what i am doing wrong in this code?
I am trying to filter an appointment and at first i thought everything worked fine until i saw yesterday that it only works with dates above 12 ??
Other dates work fine without any problem.
Private Sub cmdafspraakbewerken_Click()...
Hi
1) How do you deselect an item in a datalist.
2)And is it possible to clear a datalist when adding a new item to a recordset. Because when i add a new record to a recordset the datalist is still showing the values of the previous record until i save or update it.
Thanks
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.