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

    CoCreateGUID() prototype + definition

    Hello all. Could someone please tell me what it takes to use function CoCreateGUID()? According to the MSDN the function is prototyped in objbase.h and defined in ole32.lib. That's obviously correct but whenI try to use this function I get error C2065 ('CoCreateGUID' undeclared identifier)...
  2. rpet

    How to be notified of app start/end?

    Hello. Is it possible to be notified of the start and/or end of any other application (via windows message, event or whatever)? My program does not (necessarily) needs this notification immediately, so a "last application launched" info would do. The solution should work for both...
  3. rpet

    Does PWS requires a dial-up connection?

    Hello all! Each time I try to request a page via HTTP InternetExplorer wants to establish a dial-up connection, although this page is on the PWS ( - so actually on localhost). Is it possible to use the PWS without a connection to the internet? Thank you! -- ralf
  4. rpet

    SqlServer: Date conversion

    hi!<br><br>in my source table the date is stored in the char(8) format (yyyymmdd). i want to transfer this data to a target table of type &quot;datetime&quot;. can someone tell me how do perform this conversion? thank you.<br><br>-- ralf<br><br><br>
  5. rpet

    how to join update & join in dts query designer??

    hello all! <br><br>i don't know how to get this update statement in sqlserver7<br>running. i guess it's a syntax problem... :(<br><br>table A (field1 Id, field2 Data,...)<br>table B (field1 Id, field2 Data)<br><br>B is a &quot;temporary&quot; table that has a corresponding...
  6. rpet

    Remote administration of SqlServer

    hello all,<br><br>i know this is not an sql specific question but maybe<br>someone is able to answer me anyway.<br><br>i am starting to implement a db on sqlserver7. my question<br>is: is it possible to administrate sqlserver from a<br>remote workstation? i mean also adding tables and even...
  7. rpet

    always on top - how?

    hello!<br><br>&nbsp;&nbsp;can someone tell me how to add an &quot;always on top&quot; feature to a windows application (using vc++ or vb)?<br><br>&nbsp;&nbsp;or is it possible to start an existing (already compiled) program (e.g. excel or whatever) so that it is always on top?<br><br>thanks in...
  8. rpet

    update operation ms-jet vs ansi-sql

    i have a problem performing an update operation in allbase/sql.<br><br>using the microsoft jet-engine the statement looks like this:<br><br><FONT FACE=monospace>UPDATE Tab1 INNER JOIN Tab2 ON Tab1.Field1 = Tab2.Field1<br>SET Tab1.Field2 = Tab2.Field2<br>WHERE Tab1.Field2 IS...

Part and Inventory Search

Back
Top