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

  1. GrigoreDolghin

    SQLStringConnect() to MSAccess?

    Hello, everyone I need to connect to a .mdb database, to read/write records in it. In my application I use SQLStringConnect() to connect to MSSQL Server and MySQL. The mdb has it's own workgroup system database (mdw). Does anyone know how the connection string looks like? Or, maybe, a link to...
  2. GrigoreDolghin

    Partial database replication

    Hello, everyone Is possible to synchronize only some of the SQL Server tables using database replication? If yes, how? Thank you. Grigore Dolghin Class Software Bucharest, Romania
  3. GrigoreDolghin

    How to avoid the startup slowness

    Hello, Whenever I double-click the exe, the form shows up and I can see how the controls are drawn. Very fast, it's true, but I still can see them. I expected VB.NET to draw all the controls before showing the form. How to avoid this? Is there a way to make it draw completely the form and put...
  4. GrigoreDolghin

    Database diagram

    Hello, I am writing a tool to update MSSQL databases in production. Besides creating new tables/views/stored procedures, I'd like it to be able to create the diagrams I made in the mean time. Is there a way to script existing diagrams, or any other way, to run the code at production site and...
  5. GrigoreDolghin

    VB.NET completely green

    Hello, everyone I am coming from Visual FoxPro, where I know what I have to do almost every time. Now I'm trying to switch to VB.NET, a completely new language for me. Extremely frustrating. In VB I am a complete moron :) Two simple questions: 1. How can one make a completely transparent...
  6. GrigoreDolghin

    Completely green

    Hello, everyone Guys, I have a dillema: I am a seasoned VisualFoxPro programmer. I had the chance to work in a true OOP programming language since 4 years ago, developing mostly client/server apps. Now, it's time to move on. I have my own copy of Visual Studio .NET Enterprise Architect. As...
  7. GrigoreDolghin

    SQL syntax

    Hello Background info: A historical stock table. It contains the following fields: ArticleId Stock Date Article1 50 01/31/2002 Article2 100 01/31/2002 Article1 75 02/28/2002 Article2 120 02/28/2002...
  8. GrigoreDolghin

    Ramani

    Hello. Ramani, you've made it! Congatulations! Ramani was been voted "TipMaster of the Week". Way to go! Grigore Dolghin Class Software Bucharest, Romania
  9. GrigoreDolghin

    Default value

    Hello I've designed a table in MSDE and one of columns is DateTime type. Is there a way to automatically update the DateTime field, inserting server's current date and time, at every table's update? I'm not considering to switch to TimeStamp datatype. Thank you. Grigore Dolghin Class Software...
  10. GrigoreDolghin

    LTRIM(RTRIM())

    Hello. I'm brand new to SQL Server and coming from VFP. There I have ALLTRIM function which is equivalent to LTRIM(RTRIM()). Is there a short way to do this? Thank you. Grigore Dolghin Class Software Bucharest, Romania
  11. GrigoreDolghin

    Hello again, VB Gurus! It's me,

    Hello again, VB Gurus! It's me, the newbie :) Question no. 3: Suppose I make some modifications to a VB intrisec control (for example, a validation routine to a textbox which prevents the user to enter anything but numbers). Is there a way to save&reuse the combo? I want to be able to...
  12. GrigoreDolghin

    Avoiding the default behaviour

    Hello, All. I am brand new to Visual Basic, and I came from Visual FoxPro. Sincerely, I miss the OOP orientation I have there. I have a lot of questions for you, guys. Question no. 1: How can I stop the default behaviour of a control? What I mean: for example, if the user clicks on the...
  13. GrigoreDolghin

    Off-topic, but with all my heart....

    Marry Christmas to everyone! I hope that the New Year will be much better than the past one! And now, in my native language: Craciun Fericit Tuturor! Sper ca Noul An sa fie mai bune decat anul trecut! With my friendship, Grigore Dolghin Class Software
  14. GrigoreDolghin

    Locale Code Page

    Hello, All I am Romanian. In my locale Code Page are five letters Romanian-specific. I wonder if it is a way to detect if the user's computer have locale installed, to use those letters. Thank you.
  15. GrigoreDolghin

    Help file

    Hello. I've lost my WinHelp 4.0 file sources. The HelpWorhShop can decompile the help file (I have distributed the help file, so I can have it), but in plain text only. Is there a way to recover the original RTF files? Thank in advance
  16. GrigoreDolghin

    WinModem

    Hello all. I have to dial a telephone number from VFP 6.0. I don't know the COM the modem is attached to. 1. Is there a way to find out if the modem is installed in customer's computer, and if it is, what COM is in use by modem? 2. Can anyone show a sample code to dial a number, assuming that...

Part and Inventory Search

Back
Top