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: *

  • Users: bdina
  • Order by date
  1. bdina

    insert involving multiple tables

    I am using PHP5 under linux against a MS SQL 2000 database. What I want to do is insert data that involves multiple tables, I have learned the hard way that using views will not accomplish this. The tough part about what I am doing is that the secondary table's insert relies on the ID created...
  2. bdina

    include a php file from within a php file

    I am trying to call a php script from within a php script, with limited success currently. I need to have the php script run from within a a php page and have the output display from within the top-level php, what I do currently is a call to readfile which displays the html portion correctly...
  3. bdina

    Weird SQL database script

    what is a property? will they be seen as private or public with respect to the class?? I am not too familiar with VBscript. Also, what does the "let" keyword do? when I made the change to my code I got the following: Microsoft VBScript compilation error '800a041e' Property set or let...
  4. bdina

    Wierd database script.

    I am having a problem with my VBscript while interacting with an SQL database. I have created two classes in vbs, one which is basically a wrapper for all of the database objects and the other an object that outputs HTML code to a web browser. When I make a query to the database, I do it with...
  5. bdina

    Weird SQL database script

    I am having a problem with my VBscript while interacting with an SQL database. I have created two classes in vbs, one which is basically a wrapper for all of the database objects and the other an object that outputs HTML code to a web browser, this question is less an ASP question than a VB...
  6. bdina

    Sparcstation LX advice

    > Q1: I guess Sol9 does not install on the HDDs they are to > small (200 MB HDD default) so assuming my HD is large enough, 48MB memory is enough memory for a Solaris 9 install? > Q2: you need to setup a boot- and installserver; Solaris > boxes use bootparams, tftp and NFS can I run the...
  7. bdina

    Sparcstation LX advice

    I am now the proud new owner of a Sun Sparcstation LX, I finally have taken the plunge. I must admit, I already love it more than my Alphastation and Wintel boxes, I can't believe that I had waited so long for this. I can't wait until I can afford a big-boy. anyway to my question. BACKGROUND...
  8. bdina

    export an XLS spreadsheet into an Access DB.

    How can I export an excel spreadsheet into MS Access? Is this possible?? thanks, --Bryan
  9. bdina

    monitoring files

    How can I monitor a file to see who wrote to it last, and from what program it was written in case it was a script that wrote to the file through the root account. thanks, --Bryan
  10. bdina

    2 zones with the same IP address on same server

    first off here is what I have for a DNS server: Red Hat 7.3 BIND 9.2.1 my network DNS servers reside on a DMZ, they server DNS for the outside world, behind my firewall all of my clients use private IPs and have their own DNS server. Ideally what I would like is to have a single DNS server...
  11. bdina

    verify changes on BIND DNS

    I have switched my Internet connection and as a result my DNS servers live at a new address. I want to check if other name servers have received my new address yet, how can I do so?? thanks, --Bryan
  12. bdina

    string question(s)

    I don't have to accomplish this this way, I am somewhat working with it more because I am just trying to learn php, and see what it can do for me. I could just store the names of the files in the MySQL db, and also their descriptions, which would be really easy, however I am trying it in a flat...
  13. bdina

    string question(s)

    so there is no way to just output the array as a string?? I have to use some type of a loop???
  14. bdina

    string question(s)

    I have been trying to figure this one out, and so far have come up empty... what I want to do is parse a text file, I am working with this file by using fopen to open it, and then assigning a file pointer to it pulling it in byte by byte. When I get the bytes, I examine them, manipulate some...
  15. bdina

    end function and return value

    yeah, I found the answer right after posting this question, but that was exactly what I was looking for... thanks :) --Bryan
  16. bdina

    end function and return value

    I am writing a function that may have one of three possible outcomes. I would like for it to end processing once an outcome is reached and return the proper value. I know if I were doing this in C I could do something like this: if(a==1) { return 1 } if(a==2) { return 2 } if(a==3) {...
  17. bdina

    store data encrypted in MS SQL server

    yeah, awesome, worked like a charm! thanks!! --Bryan
  18. bdina

    store data encrypted in MS SQL server

    so I just include the asp file, and run the passwords through the sha256()? Currently I have been inserting the passwords into the database by hand using the MS SQL Enterprise Manager, so I will need to set up a statement to insert the passwords to the database while running them through the...
  19. bdina

    store data encrypted in MS SQL server

    I am scripting for a website and would like to store data inside a MS SQL Server encrypted. What I am storing is sensitive data (ie. passwords) and would not like plain text stored in the tables. We are using IIS 5.0/VBscript 6.0 and MS SQL 2000 for our platform. thanks! --Bryan
  20. bdina

    Problems with an Access 2000 DB linked to SQL 2000

    I am recently having problems with an Acess 2000 front end linked to SQL. What I had going was the Acess connected to a SQL server using a user account for login, all of the sudden it has stopped working, so someone probably changed something within that has caused this software to not work...

Part and Inventory Search

Back
Top