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

  1. jasear

    How to start an approval workflow when document is deleted?

    Hi, I have a document library. People have access to contribute to the document library. However if someone deletes a document I want it to trigger a workflow that would try to get approval from the Administrators to confirm whether it can be deleted or not. Is there a way I can do this?
  2. jasear

    Can i have 2 concurrent connections to an Mysql database?

    hmmm, now this is strange. When i change the order it makes no difference. If i take the first part out and leave only the second part in it it still doesnt update the .209 database. No matter what i do it doesnt update it via the form. However if i replace the getparam fields in the code with...
  3. jasear

    Can i have 2 concurrent connections to an Mysql database?

    Hi guys, I have a form, I pass certain values to another file which validates the data. After validation the data is entered into a single table of a database. The problem is I have 2 different databases with exactly the same schema but different database and table names, the database are also...
  4. jasear

    Im having problems in setting up the test bench for a reciever.

    here is the code for the reciever: 1: library IEEE; 2: use IEEE.std_logic_1164.all; 3: 4: entity PRBS_RX is 5: port( 6: CLK: in STD_LOGIC; 7: EN_PRBSRX: in STD_LOGIC; 8: PRBS_IN: in STD_LOGIC; 9: RST_PRBS: in STD_LOGIC; 10: READ_PRBS_IN_TEST: out STD_LOGIC; 11: PRBS_ERROR: out...

Part and Inventory Search

Back
Top