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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by MarkEmerson

  1. MarkEmerson

    Create Graphical Timetable - vs2005 version of Crystal

    I will have a look through that article, what i mean by a graphical timetable is this (a table with 09:00 10:00 11:00 12:00 Mon [Info Goes Here] Tue Wed Thur Fri
  2. MarkEmerson

    Create Graphical Timetable - vs2005 version of Crystal

    Hi, I am not overly farmiliar with crystal although as i am mainly a programmer, what i would like to do is this. I would like to display a graphical timetable, rather than just a list of activities. All my activities are stored in a database with a start date/time, end date/time, and a week...
  3. MarkEmerson

    Recordset ignoring first column?

    Its using one titled "Oracle in ORACLE9I_HOME" Looking at its properties - version 9.02.00.00 Company Oracle Corporation File sqora32.dll date 12/03/2002 This is different to the driver i was using before but the old driver no longer works so i assume Oracle has been upgraded.
  4. MarkEmerson

    Grey Standard Button - How To Change It.

    <a href="javascript:frmName.submit();">Continue</a> That would be a hyperlink on your page which submits your form. Remeber to change the frmName for your form name making sure it is case sensitive
  5. MarkEmerson

    Recordset ignoring first column?

    Hi everyone, I have a strange problem with sql select statements ignoring the first field in the select statement if joining 2 or more tables when accessing data from ASP pages. For example "select c1, c2 from t1" returns a recordset with 2 columns c1 & c2 "select c1, c2 from t1, t2 Where...
  6. MarkEmerson

    Locking Oracle record whilst viewing page?

    That nearly made sense! I mean the web app USERS will all be using the intranet
  7. MarkEmerson

    Locking Oracle record whilst viewing page?

    Yes the web app will all be using the intranet for the time being
  8. MarkEmerson

    Locking Oracle record whilst viewing page?

    Basically i am developing a web based front end for a third party product which we bought in. This product is a desktop install with a huge footprint and is not very user friendly. The desktop application checks to see whether a record is locked when it is opened and if it is will tell the...
  9. MarkEmerson

    Locking Oracle record whilst viewing page?

    Hello people, quite an obscure request here but i'm desperate :) Does anyone know of / can think of a way in which it is possible to lock an oracle record for the duration of a page being open. I know you can lock the record using the "select for update nowait" sql commands but this obviously...
  10. MarkEmerson

    DTS Bulkload - XSD Problem

    Hi, I have an xml & xsd file that has been downloaded from a reputable site ready to use. The xsd file at the present moment has no SQL field mappings as i just want to run the process with no errors before i start adapting the file. I currently get this error when executing the Bulkload...
  11. MarkEmerson

    XSD Problem - SQL Server Bulkload

    Hi, I have an xml & xsd file that has been downloaded from a reputable site ready to use. The xsd file at the present moment has no SQL field mappings as i just want to run the process with no errors before i start adapting the file. I currently get this error when executing the Bulkload...
  12. MarkEmerson

    Meta Data Repositorys & XML

    Im not sure if this is the best forum to post in but i've looked through the list and cant really find anything better. I have a lot of learning resources that need to be catalogued. Each one of these resources has an XML file that details all of the details about that resource (including...
  13. MarkEmerson

    Connection String Woes

    Are you still using a DSN to connect, if so has this been setup on the webspace?
  14. MarkEmerson

    Server.MapPath help

    In Addition to my previous reply the Enable Parent Paths Tick box is found in the "Home Directory" tab of a websites propeties in IIS then click on the "Configuration" button in application section. A new dialogue box will appear, select the "App Options" tab and you will see the check box
  15. MarkEmerson

    Server.MapPath help

    sPath=Server.MapPath("TestFile.asp") This would would be the right syntax to get the physical loaction. HOWEVER: In order to use the Server.MapPath command you need to ensure AspEnableParentPaths in set to True in IIS. MSDN link...

Part and Inventory Search

Back
Top