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 TouchToneTommy 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: andyd273
  • Content: Threads
  • Order by date
  1. andyd273

    dynamically creating a web page

    I have a web part that pulls information from a database, puts it into a table and displays in on the web page. My boss wants me to take the table with the information in it and put it into another web page. I'm using vb.net 2003 to do the writing, and I'm fairly new to this side of things, and...
  2. andyd273

    WSS & VB.Net: Webparts with buttons and triggers.

    I am creating a webpart that will take ultimately take user information and display it in another web part or in a new window. My problems are these: 1) I can't seem to figure out how to use a button to trigger an action in the web part. Basically, I want to make is so that I push a button and...
  3. andyd273

    Move instead of Delete

    I want to set up a system so that when a user tries to delete a record from the database it automatically moves the record to a mirror database, to act kind of like a recycle bin, so that in case someone accidently pushes the wrong button, we wont loose valuable information. I know I can use...
  4. andyd273

    Custom database connections without front page.

    We have a customer database that I would like to be able to pull information from in order to display realtime reports in a sharepoint web part. I'm writing the web part in VB.Net 2003, and I HATE FrontPage (plus we don't want to use it because of the ghosting issue) I've tried several...
  5. andyd273

    views, joins and comparing a table against itself

    I have a view qrySearchFields with several tables in it, including tblCustomer (CustomerID, CustomerName, CustomerPhone) and tblCustomerTypeLineItems (CustomerTypeLineItemID, CustomerID, CustomerTypeID) so if I do a select on the view SELECT * FROM qrySearchFields WHERE CustomerTypeID = '33'...
  6. andyd273

    Linked Servers Trigger Proglems

    I have a linked server setup between MS SQL Server 2000 and MySql, and it works great for normal things like selects, inserts, deletes, etc. However, when I tried setting up a trigger to update it automatically, I ran into problems. The trigger looks like: Create trigger subscription_insert on...
  7. andyd273

    Windows Authentication in VB6

    I have a VB6 program that was assigned to me to work on, and the guy that started creating it did a poor job designing how it worked. At the moment it uses a stored sql authentication username and password that is embedded in the VB6 code that is used by everybody, and then attempts to control...
  8. andyd273

    Help with filtering SQL results in the report

    I am really new to CR 9, and am still trying to learn everything that it can do. I need a way to work with the results from a SQL query in VB6 to filter out unneeded results. basically, VB6 compiles a list of customers depending on what we're looking for (anywhere from 1 to 8000 records can be...

Part and Inventory Search

Back
Top