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!

Search results for query: *

  • Users: bdina
  • Content: Threads
  • 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

    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...
  4. 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...
  5. 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...
  6. bdina

    export an XLS spreadsheet into an Access DB.

    How can I export an excel spreadsheet into MS Access? Is this possible?? thanks, --Bryan
  7. 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
  8. 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...
  9. 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
  10. 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...
  11. 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) {...
  12. 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
  13. 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...
  14. bdina

    accept mail only to my domain

    I have a qmail server on which I service about 2 dozen domains. I also have SpamAssassin set up, and use Procmail in conjunction. I would like to set up my server to only service mail to my account using 1 of the 24 domains that the machine services, how can this be done? So for example my...
  15. bdina

    2 questions, newbie to PHP/HTML programming.

    I'll start off with the easier of the two questions: 1) I am not sure that I am really understanding how a form works in conjunction with PHP. Currently I have some PHP scripting that will enter information into a database. The script does work, it will enter information via the website into...
  16. bdina

    find all hostnames on domain

    How can I find all the hosts on a particular domain, for example I thought I could use dig or host to return all of the hosts on my network such as hostname.domain.com where domain.com is my domain and hostname are the hosts.
  17. bdina

    Stop delivery of incoming mail from my virtualdomains to my account.

    Is there a way for me to restrict e-mail delivery to my account that are addressed to virtual domains on my site? For example my server hosts two domains, A.com and B.com. A.com is my Company and B.com is some customer domain. I want my account to only receieve e-mail when addressed to...
  18. bdina

    Help moving data.

    I have a file that is inside every user home directory on my system that I need to have moved every month, and can not figure out how to do so. Currently I am trying to use "find" to do so, here is what I am trying that does not work: find /home/ -type f -exec mv badmail badmail.old...
  19. bdina

    new PHP developer, form question.

    I have a short form for a simple PHP enabled website that I am having problems to get working correctly. My background is mainly C and C++ programing, and have only picked up HTML/PHP in the last week so bear with me. Anyway, what I want to do is simple, I have a table on a page that lists...
  20. bdina

    trying to replace NT4 with samba

    I have an old PII under NT4 that services my office with authentication on an NT4 domain. I have just received a nice 1U that I would like to be our new authentication server, I would also like to discontinue the use of MS server OS's in my building. What I need to do in order to do this is...

Part and Inventory Search

Back
Top