Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. djtom2000

    OCS API and Java

    Hi, I have come across some of the OCS API examples that Microsoft provide and have managed to get them working easily within Visual Studio. I have a Java web based application that I would like to include the OCS presence information within, how do I do this? Thanks Tom
  2. djtom2000

    Total number of results using JNDI

    Hi, I am using JNDI to query Active Directory via LDAP. My search starts at the top of the tree and searches user objects based on say surname and first name. The directory that I am query can have thousands of records so queries need to be efficient. Is there a way of finding out how many...
  3. djtom2000

    Displaying an image within a column in a datagrid

    Hi, I am using <asp:datagrid and within one of the columns I need to display an image in the column how do I do this? <img src='../images/sound.jpg' border='0' alt='Click to listen></a> Thanks Tom
  4. djtom2000

    Using a variable in regular expression validator

    Hi, I am using regular expression validator to carry out some validation and have some code like this: <asp:regularexpressionvalidator id="regMobileNo" ControlToValidate="txtMobileNo" ValidationExpression="[0-9]{10,15}" In my aspx.cs page I have added the following line of code to pull my...
  5. djtom2000

    Format DateTime to UK format

    Hi I have a datetime that comes back in the following format, 5/13/2008 3:17:35 PM I need to format it to be UK so that it is like 13/05/2008 3:17:35 PM How can I do this using C# Thanks Tom
  6. djtom2000

    SQL Time Delay

    Hi, I need to execute one SQL statement (an insert for example) then wait for a period of time then execute a second SQL statement (another insert). Is there anyway of doing this? The code that I currently have is within a trigger. Thanks
  7. djtom2000

    Oracle Users

    Thanks that's great!
  8. djtom2000

    Oracle Users

    Hi, What is the SQL to create an Oracle user? What would be the SQL to update an Oracle users password? Which table is this info stored in? Many Thanks
  9. djtom2000

    Detecting and Removing Special Characters

    Hi, I need to detect when a record is insert and updated in a character based field if the field has any special characters, particularly an apostrophe and remove them? How would I do this? e.g. Normal text "Tom's" Stripped out text "Toms" Thanks
  10. djtom2000

    outputting xml from db

    I want to output some data from a number of related tables into xml format. I then want to use a stylesheet to transform the xml data into html so that users can view it in the browser. This process needs to be automated so that when a user clicks on a button it does the above. Can anyone...
  11. djtom2000

    Changing a varchar datatype to datetime

    Thanks, will give this a try.
  12. djtom2000

    Changing a varchar datatype to datetime

    I have a varchar datatype within a table that is storing a date. Due to a problem the field had to be varchar. I have now got round the problem and need to change the datatype to datetime. When I try this it will not let me and I get the error 'Unable to convert char to datetime'. How do I get...

Part and Inventory Search

Back
Top