User Profile

Collapse

Profile Sidebar

Collapse
nmailey
nmailey
Last Activity: Aug 10 '09, 04:05 PM
Joined: Feb 6 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • nmailey
    replied to #include
    This should be fine, as long as the domain is the same as the SWF you're calling it from. Otherwise you may have to look into Flash's Cross Domain policies as I understand it.
    See more | Go to post

    Leave a comment:


  • nmailey
    started a topic Multi-table JOIN issue

    Multi-table JOIN issue

    Hi all. Here's what I'm encountering in SQL 2000.

    I've got the following tables:

    program
    ------------
    id (pk int)

    program_compone nt_type_rel
    ------------
    program_ID (fk int), program_compone nt_type_ID (fk int), is_group (bit), is_individual (bit)

    program_compone nt_type
    ------------
    id (pk int)

    My webform is a search form, trying to...
    See more | Go to post

  • k. Not quite sure why you're recommended a 2005 product when I've got 2008 installed...but I'll try figuring it out and post back my results.

    I'm going to uninstall 2008 and install 2005 to see if I can get the Manager you're talking about. Thanks for your assistance.
    See more | Go to post

    Leave a comment:


  • I believe it was: SQL Server 2008 Express with Tools because I tried downloading it again and no extra tools came up on the re-install.

    I set a download last night to grab: SQL Server 2008 Express with Advanced Services, will this include Enterprise Manager with it, or is there something else I'll need to download?
    See more | Go to post

    Leave a comment:


  • nmailey
    started a topic SQL Server 2008 - What Else Am I Missing?

    SQL Server 2008 - What Else Am I Missing?

    Hi all.

    I've been working in SQL 2000 for a while and have just installed SQL Server 2008 (the Free Edition (express I guess)) on my machine.

    I've got MS Visual Web Developer Express which I've been able to create and connect to a table, but I've found no other tools like "Enterprise Manager" with the install.

    I'm trying to connect using the ColdFusion Admin, but can't find my DSN name, and all...
    See more | Go to post

  • nmailey
    started a topic MSSQL Equivalent to MySQL ENCRYPT/DECRYPT

    MSSQL Equivalent to MySQL ENCRYPT/DECRYPT

    Hi all. I'm having to convert a database over from MySQL to MSSQL 2000.

    The problem I'm encountering is that there's a password field that is using ENCODE and DECODE to set and retreive the password, and I'm unable to find an equivalent to this in MSSQL.

    So, my question is:
    Is there an equivalent to ENCODE/DECODE in MSSQL or is there a standard function a DBA would use that duplicates this functionality. If there's...
    See more | Go to post
No activity results to display
Show More
Working...