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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Alira

  1. Alira

    Syntax error or access violation while executing stored proc

    Hi! I'm getting this error... Here is my code: Dim db As Connection Dim rsLog As ADODB.Recordset Dim comLog As New ADODB.Command Set db = New Connection db.CursorLocation = adUseClient db.Open "PROVIDER=MSDASQL;dsn=mydcn;uid=Win2000;pwd=;database=mydatabase;" With comLog...
  2. Alira

    appending data

    Hi All! What would be the best way for "removing from table1 - appedning to table2" couple of thousand records at a time? Have a great day!:-)
  3. Alira

    URGENT!!!! date/time formating

    Thanks a lot!!!!!!!!!!! Have a great day!:-)
  4. Alira

    URGENT!!!! date/time formating

    Now it's "H:mm:ss" But it was "H:mm:ss tt" In this case distribution is not needed... I'm safe now:) But have no idea what's wrong with a query... Have a great day!:-)
  5. Alira

    URGENT!!!! date/time formating

    More problems! It tells me "Incorrect syntax near '22'"!!! Why??? event_time BETWEEN #5/27/2002 22:43:24# AND #5/27/2002 22:47:24# Have a great day!:-)
  6. Alira

    URGENT!!!! date/time formating

    I've changed system time and it worked. Have a great day!:-)
  7. Alira

    URGENT!!!! date/time formating

    I use: myDate2 = Format(rsAllPart.Fields(3), "m/d/yyyy h:m:ss") and myDate2=5/27/2002 10:43:24 PM is there other way? Have a great day!:-)
  8. Alira

    URGENT!!!! date/time formating

    if I'll use shortdate I'll loose hh:mm:ss. I need everything... Have a great day!:-)
  9. Alira

    URGENT!!!! date/time formating

    Hi! Can't find any help with formating am/pm date/time to 24 hour format. Have a great day!:-)
  10. Alira

    Deleting duplicate records

    Hi All! Can some one tell me how to delete duplicate records from the table? Have a great day!:-)
  11. Alira

    stored proc for date changes

    There is no flag for that. To find out the difference we had to through his log and partners log and compare date/time for ssertain number... All dated should be adjusted to local time. Name of the country will not help, there are three partners in one country who uses different date/time for...
  12. Alira

    stored proc for date changes

    Hi All! My friend asked me to help with a database. His company provides long distance services with oversies contries. The way it works: He has his log with client numbers, phones dialed and time of calls. His partners send him their logs with phone numbers and dat/time of calls. The problem...
  13. Alira

    SQL 6.5 Stored proc

    Unfortunately it's not possible... and there is another thing. In this initial data table date and time are two separate fields. I'll have to update both fields if needed... How this statement should look like? Have a great day!:-)
  14. Alira

    SQL 6.5 Stored proc

    Hi all! Here am I... never worked with SQL server before and old version doesn't help eather... I have to update dates in two similar tables. Data for those tables comes from Europe with their GMT time/date. How can I create conditional update for two tables... if I can? Where I can find...
  15. Alira

    few qustions about FMP and Web

    Hi all! I never really worked with FMP, but it never seemed to be too complicated. And here I am:) I have this job... to create web based app. with FMP. I don't have any books and I never did it before... First of all .. is there a big difference between versions 4 and 5? What I should know...

Part and Inventory Search

Back
Top