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

    Best way to fire off a trigger when a tabe is compleated?

    Hi, I have two tables on a datavarehus server that goes trough a full refresh every night by an ETL job. These tables are "Production" that contains production data and a "Pricelist" that contains our standardprices. To save time and capasity i just put 0 in to the...
  2. stigejg

    Is it possible to execute an SQL syntax with a trigger, and how?

    Hi, I am quiet new with SQL server programming, and I am not familiar with building up triggers and so on. I have a couple of questions: A couple of days ago I got a wery helpful tips from "Terry L. Broadbent" with this SQL syntax: Update pr Set [Transaction Price] =...
  3. stigejg

    How can I make use of the interval between 2 dates in this?

    Hello, I am working with something that for a while ago saw to be an easy job, but now I have used most of the day trying to solve this problem. I have tryed all around me that I thought could help me whitout any luck. So now I have to try you folks out there. I have two tabels called...
  4. stigejg

    Are there an easy way to list out evry schedulejob on an SQL-server?

    Hello, I am working with our brand new datavarehouse making tables and reports. And now the scheduled jobs are started to crash because ewryone wants their datamateria updated round midnight. So my big question is only if anyone out there can tell me an easy way to list out evry schedule-job...
  5. stigejg

    How do I make a stop while running a *.java program

    Hello I have just started to teach myself java-programming and I am in the beginning of the book. Starting with the "Hello world" phrases, and I am using Jbuilder 3. But the console-window are closing before i can manage to read the result of my programming. So my litle question is...
  6. stigejg

    Connecting MS Access via ODBC

    Hello, I am going to work on some programs that is connected to an SQL server via ODBC, an i am using this connectionstring: "PROVIDER=MSDASQL;DSN=kvalreg;UID=sgu;Password=admin;" But since I dont wont to destroy any data on this server I have decided to make a working copy on an...
  7. stigejg

    Converting Spread 3 to Spread 6

    Hello, I have a huge problem now, I am put in charge for an old application that takes care of communication between our Production-database (SQL) and our ERP-system. In this application there is some spreads. The big problem here is that the spreads is made in Spread 3.0 and I just have...
  8. stigejg

    Error message TR1901, error in the PPDB layer?

    Hello I am an current user of the Cognos products Transformer (to create the power-cube), Impromtu (where I first make the *.imr file that I converting to my *.iqd file) and Powerplay where I make the reports. And for a long time there has been no problems, but now it has stopped completely...
  9. stigejg

    Anyone who can tell me how to keep data in my datagrid, please

    Hello, I have som etrouble to understand the art og VB programming. I have e litle program that I mam trying to work just to learn me a litle programming. My program has this global declarations: Private mCN As Connection Private mRS As New Recordset And I want to view the tata in the...
  10. stigejg

    DataGrid and how gan I keep the values in it

    Hello, I have som etrouble to understand the art og VB programming. I have e litle program that I mam trying to work just to learn me a litle programming. My program has this global declarations: Private mCN As Connection Private mRS As New Recordset And I want to view the tata in the...
  11. stigejg

    Debugger Kernel BORDBK41.dll missing or not registered

    Hello, I have purchased me an new computer with Win ME and here I got som problems installing my old Borland c++ 5.0 (for educational purpose), so I installed Builder 4.0 (purchaces from the magazine PC+) But when I am trying to comile my small programs this errormessage shows up: Debugger...
  12. stigejg

    How can I manage to come to a command promt in a directory

    Hello, I have a "silly question" for you out there.... I have to register an dll file manually on my computer by typing a command at the cimmand prompt in this files directory. But how do i reac this command prompt? Is it possible with a commandpromptby using the explorer? I have...
  13. stigejg

    MS ACCESS 2000 and long names on querys/tables?

    Hello out there, Anyone who can give me a litle hint about this? I am working with my Access 97, making databases and querys and having long and describing names on my querys (wery understanable for me and other with the same database). But now have some of my colleagues started to purchase...
  14. stigejg

    Borland C++ 5.02 On Win ME?

    Hello out there, I have a problem installing my old Borland on my new computer that runs on Win ME, it seems impossible Someone out there with the same problem who have solved it? Kind regard Stig
  15. stigejg

    deNorthWind.rscmdCustomers.Find using textfield in searchcriteria?

    Hello out there, I need some help in a hurry. I am porogramming an example-program and and I cant figure out how to come round this problem. I am trying to list some values out from the NorthWind-database and when I tryes to compile the program I get this errormessage: ”Run-time error 3001...
  16. stigejg

    Is it posible to open and use MS Access forms from Visual Baic?

    Hello, I have a MS Access database where a couple of colleagues have to update som data, and wishes to keep the number of Access-licences at a minimu. Therefore I am woundering if it is posible to reach and and run a predefined MS Access-form from Visual Basic whitout too much programming...
  17. stigejg

    Is it posible to run an MS access form in VB?

    Hello, I have a MS Access database where a couple of colleagues have to update som data, and wishes to keep the number of Access-licences at a minimu. Therefore I am woundering if it is posible to reach and and run a predefined MS Access-form from Visual Basic whitout too much programming...
  18. stigejg

    How do I make a test on a text-box if the text are changed or not?

    Hello, I am sitting here programming a simple (to start with) text editor. And now I met the brick wall…… I am using VB 60 Learning edition so the text area in my editor is a text box. Here I want to build in a check if the text-document I have been working with is changed and therefor have...
  19. stigejg

    How do I define and use classes in VB?

    Hello, I am a novice in visual basic programming, and I have just started to learn about this type of programming. During this studies I have been given this problem (and my book doesn’t cover this subject). So my hope is that some of you out there can give me a tip or two about how I can...
  20. stigejg

    How do I specify a logfile?

    Hi, I have made a power-cube, but when I create this cube the logfile comes out blank (it would be fine to be able to se what happend and when things happends). So the question is: Do I have to specify what I want to log? And if so, how do I spesify this? I am using Powerplay Transformer...

Part and Inventory Search

Back
Top