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

    ASP.Net worker debug process attachment nightmare!!!

    Guys... this is frustrating... you got to help to get through this situation here... i am into the support of an existing ASP.Net (with VB.Net) application here, and whenever there are issues, I want to step through the code to figure the whole flow out... but when I try attaching the ASP.Net...
  2. boolean

    Consolidating MS SQL Database: Things to remember?

    Hi, My current assignment involves the Consolidation of 2 MS SQL 2000 database Servers into one. Most of the work that hsa been done here have been by temporary programers, who seem to have developed a lot of spread-out applications. There is a lot of redundancy and things have to be sorted out...
  3. boolean

    Consolidating MS SQL Database: Things to remember?

    Hi, My current assignment involves the Consolidation of 2 MS SQL 2000 database Servers into one. Most of the work that hsa been done here have been by temporary programers, who seem to have developed a lot of spread-out applications. There is a lot of redundancy and things have to be sorted out...
  4. boolean

    INSERT with SELECT in mySQL

    Hey pals... Why wouldn't this query work in MySQL?: INSERT INTO PAGE ( PAGE_ID, PAGE_NAME, PAGE_LOCATION ) SELECT 2, PAGE_NAME, PAGE_LOCATION FROM PAGE WHERE PAGE_ID=1; I just want to replicate the records for PAGE_ID=1... If this wouldn;t work, can anyone gimme a work around...
  5. boolean

    ADO.Net & MySQL: OleDbCommand object with partameters fails to execute

    Yeah... have been trying to use ADO.NEt with MySQL and i havent really been very successful! Heres what i do... ' Dimension them all.... Dim OleDbCmd As New OleDb.OleDbCommand() Dim OleDbCnn As New OleDb.OleDbConnection() Dim _SqlText, _ConnectionString As String Dim objDatadrd As IDataReader...
  6. boolean

    ADO.Net & MySQL: OleDbCommand object with partameters fails to execute

    Yeah... have been trying to use ADO.NEt with MySQL and i havent really been very successful! Heres what i do... ' Dimension them all.... Dim OleDbCmd As New OleDb.OleDbCommand() Dim OleDbCnn As New OleDb.OleDbConnection() Dim _SqlText, _ConnectionString As String Dim objDatadrd As IDataReader...
  7. boolean

    MS Excel - DB Parser

    Hey peers... well... the Q... all i need to do is write a parser that would be used to convert data from existing microsoft excel/word files to a SQL database... this is what i have to do and am just starting off! i thought i'd gather a few inputs from you guys before actually getting into...
  8. boolean

    Running a command utility on network drives?

    hey pals... i seem to have come up with another one of those Qs again! all i need to do is 'run a command utility on network drives'... here is what I am doing and what I need to do: 1. Am working on the creation of a utility, creating zip arhives being one of the modules. 2. For creating Zip...
  9. boolean

    Reaching a shared folder by its UNC path

    Hey peers, All I want to do is "Reach a shared folder by its UNC path". Essentially I run the command line utility of winzip to make a zip archive of the files present in a shared folder in a machine on my network. I can always achieve the same by mapping the shared folder and...
  10. boolean

    Superimpose two simmilar images to get WHITE?

    Does anyone know how to superimpose (with layers) image A and say image B where the 90 % of these 2 images is absolutely the same, in such way that areas which are the same should become WHITE while remaining 10% should show the differences? I have tried with positive A and 50% Alfa of...
  11. boolean

    Utility for creation of builds/update to be sent to the Clients.

    Hi pals... I have been into web development for over 2 years now and have worked in quite a number of projects. Out here, there is a particular hierarchy to the way in which projects are exercised. To be to the point, what we do is send our client an update on the project on a weekly on...
  12. boolean

    "IF EXIST" equivalent sought!

    Greetings, I need to drop a couple of tables from the dictionary, and I know that I need to use: DROP TABLE <TABLENAME> IN DICTIONARY but then, I need to drop the table only if it exists. Essentially I am making a .SQL file that would be run using the PSQL ODBC driver, and if the above...
  13. boolean

    one quick question...

    Hi, Firstly, am no Pervasive guru.. i have infact been working on it only for the past couple of weeks.... We recently switched from Pervasive v7.0 to Pervasive 2000i. and I had found that the existing tables seemed to fail the Consistency tests run on our db. I realized that I had to recreate...
  14. boolean

    Results of the Consistency tests in my PSQL 2000i DB...

    Hi, We had recently moved to Pervasive 2000i from Pervasive 7.0 and have been facing problems following that... We are having the problem of the DDFs not matching the existing btreive files. I had run the *consistency test* on my database and most of the tables had index inconsistency or Record...
  15. boolean

    Results of the Consistency tests in my PSQL 2000i DB

    Hi, We had recently moved to Pervasive 2000i from Pervasive 7.0 and have been facing problems following that... We are having the problem of the DDFs not matching the existing btreive files. I had run the *consistency test* on my database and most of the tables had index inconsistency or Record...

Part and Inventory Search

Back
Top