Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
D

dturton

@dturton
About
Posts
5
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Need a Report to Open on Top of the Calling Page
    D dturton

    Following a selection I am generating a report in pdf format saving it to the server and then displaying it to the user using the folling code that runs at the end of the btnClick event. scriptstring= "mywindow = window.open('" + rPath + "','" + sWindow + "','height=350,width=532,toolbars=no,resizable=no')" + "<" + "/script>"; RegisterStartupScript("Startup", scriptstring); The problem is that the report is displaying under the page rather than on top of it. How can I accomplish this? Thanks </x-turndown>

    C# question sysadmin tools help

  • Regular Expression Help!
    D dturton

    Can someone please give me a regular expression that I can use with the split() method to delimit the a string such as the one that follows into 20 separate fields. It is comma-quote delimited, however nulls are not quoted (,,) and it is possible to have commas inside a quoted value ("1,2,7,7,8-PECDD"). Thanks...David "42679","A106037#2","-9999","BL0414WJ","BL0414WJLB1","Laboratory Blank","DIOXINS/FURANS (GHK)","04/14/2000","04/19/2000","pg/l","1,2,7,7,8-PECDD","40321-76-4","6.016","6.016","U",,,"NO","YES" David

    C# regex help

  • Open XML and SQLServer
    D dturton

    Using Open XML can I join fields in XML document to field in my database via in a stored procedure, perform a check, and return a dataset/XML? Thanks David

    Database database xml question

  • Importing Text Files into SQLServer
    D dturton

    I agree, I could use either a BULK INSERT or DTS - if I knew that the uploaded file was going to be in the proper format (i.e. # of columns, datatypes etc.) I beleive for either method we need to stipulate the format. However, since this is what I need to check and I want to tell the user the errors in the file (i.e. You file does not contain the required field "x" or the required field "x" must be of datatype "y")I need a method that will import the data into a table regardless of the format, so that I can check it. I'm thinking of writing an XML file from the comma-delimited upload. Any comments

    Database question database help

  • Importing Text Files into SQLServer
    D dturton

    My users will be uploading a comma-delimited text file that I need to check for format (I do not have control over the file they create) and consistency with my existing data. If the file passes the checks I will import the file into the database otherwise, I'll tell them to go back, fix the file and try again. I can upload the file, perform the checks (once it's in a table) and report the errors. Here's the question. How do I import a tex file of an unknown format (what I need to check) Since this is web-based how do I accomodate multiple-users (i.e. I can't import into one temp file 'cause users will step all over each other) Thanks David

    Database question database help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups