CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: vplag

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. Re: using combo box to link the database w/ the use of adodb

    Hello,
    You are correct in your thought but not to much.

    you will use this sub in order to fill your combo box


    Private Sub FillCmbArea(ByVal ptext As String)

    Dim rsTmp As...
  2. Replies
    5
    Views
    3,315

    Re: 3219_Operation is not allowed in this context

    First of all, thanks for your reply!!!!
    Before .close i've wrote

    rsKostosTherapion.CancelBatch
    and i haven't since then any problem.

    I've to admit that ths was very very wierd because i 've...
  3. Replies
    5
    Views
    3,315

    Re: 3219_Operation is not allowed in this context

    I made the change that u wote me.
    I've removed the Clearfields and i left only the .close and set to nothing commands.
    Now i'm recieving this message

    Insufficient key column information for...
  4. Replies
    5
    Views
    3,315

    3219_Operation is not allowed in this context

    hello gurus!!!

    i have the code below


    Private Sub OpenKostosTherpion()
    On Error GoTo ErrorHandler

    Dim tmpCommand As ADODB.Command
    Set rsKostosTherapion = New...
  5. Replies
    3
    Views
    3,712

    create a forum using php

    Hello gurus!

    i hv a need to create a forum. also i have noticed that too many forums around internet, have the same or similar interface that the code guru have. my question is ... i have to...
  6. Replies
    2,341
    Views
    2,855,784

    Sticky: New Photos Released

    In my vacations, i went to famous and romantic, Santorini Island.
    Here are some pics...

    Regards,
    VPlag
  7. Replies
    2,690
    Views
    1,015,001

    Re: What Song Are You Listening To Now¿

    and i'm preparing for go in home by listening
    Grace Jones - La Vie En Rose!!!!!!!!!!!!!!!!!!!!!!!!!!!

    it's to romantic!!!!

    my hug girlfriend and got to the beach!!!
    simple PERFECT!!!!
  8. Replies
    2,690
    Views
    1,015,001

    Re: What Song Are You Listening To Now¿

    I'm listening

    Jason Mraz - Life Is Wonderful

    Although the hard job in this moment, this song have it's meaning....
  9. Replies
    3
    Views
    821

    Re: Predictive Dialler

    i have develop contact provider not predictive dialer.
    contact provider is the activex project that communicates with the predictive dialer in order to make calls. (contact provider, load the...
  10. Replies
    1
    Views
    1,007

    Compact AND Repair For MSSQL

    dear gurus,

    how i can make comapct and repair in MSSQL. (the same activity that comapct and repair does in access)

    Thanks

    VPlag
  11. Replies
    1
    Views
    669

    Re: Time Convertion

    i found it gurus!!!!


    CONVERT(char, EndTime, 108)

    Thanks anyway
  12. Replies
    1
    Views
    669

    [RESOLVED] Time Convertion

    Hello gurus,
    i have one field that the type is smalldatetime into the data base.
    the data that exist into this field is like
    31/5/2006 11:57:06 am

    i want to take from this table only the...
  13. Replies
    3
    Views
    3,683

    Re: The rowset is not bookmarkable

    happy that it helped u

    Regards

    VPlag
  14. Replies
    5
    Views
    591

    Re: Time out Expired

    ok!

    i've solved it.
    the problem was to the connection time out of the command object that i was doing updatings....

    Thanks!
  15. Replies
    5
    Views
    591

    Re: Time out Expired

    I'm still recieving the same error

    my code during the load of the project is



    Set VPConnection = New ADODB.Connection
    VPConnection.ConnectionTimeout = 480
    VPConnection.Open...
  16. Replies
    5
    Views
    591

    [RESOLVED] Time out Expired

    Hello gurus,

    i have an application that is accessing a table with 80.000.000++ records that have indexing. when i'm trying to make any action with this table, select, update... i'm taking this...
  17. Re: Auto-Number without using Identity Column in MS-SQL Server

    you can create a stored procedure that will load / return the maximum NNNNN number.

    then in the insert statement, call this stored procedure, add 1.

    Hope that it will helps

    Regards

    VPlag
  18. Replies
    3
    Views
    3,683

    Re: The rowset is not bookmarkable

    On Error GoTo ErrorHandler

    Dim strSQL As String
    Dim lngTmpCustID As Long

    lngTmpCustID = CLng(frmMain.txtcust_id.Text)

    strSQL = "SELECT ...
  19. Re: How to use the MySql Database in Visual Basic

    visit this
    www.connectionstrings.com
    and you will see connection strings for all types of databases
  20. Thread: Exception "Main"

    by vplag
    Replies
    11
    Views
    1,579

    Re: Exception "Main"

    Just Perfect a_c!

    Thanks A lot!
  21. Thread: Exception "Main"

    by vplag
    Replies
    11
    Views
    1,579

    Re: Exception "Main"

    sorry... don't understand.....
  22. Thread: Exception "Main"

    by vplag
    Replies
    11
    Views
    1,579

    Re: Exception "Main"

    even that i'm writing


    javac Welcome.java

    and creates the class file, it returns me the same error in main.....

    WHY????????

    i want to through the pc from the window!
  23. Thread: Exception "Main"

    by vplag
    Replies
    11
    Views
    1,579

    Re: Exception "Main"

    import javax.swing.JOptionPane;

    class Welcome
    {

    public static void main( String args[] )
    {

    JOptionPane myOptionPane = new JOptionPane();
  24. Thread: Exception "Main"

    by vplag
    Replies
    11
    Views
    1,579

    Re: Exception "Main"

    Exception in thread "main" java.lang.NoClassDefFoundError: Welcome
  25. Thread: Exception "Main"

    by vplag
    Replies
    11
    Views
    1,579

    Exception "Main"

    Hello gurus!

    i've developed until now some java classes.
    those classes worked perfect until
    today.....

    for all classes, when i'm trying now to run them, i've got and Exception main...
Results 1 to 25 of 122
Page 1 of 5 1 2 3 4





Click Here to Expand Forum to Full Width

Featured