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 bkrike 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: Alira
  • Content: Threads
  • Order by date
  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

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

    Deleting duplicate records

    Hi All! Can some one tell me how to delete duplicate records from the table? Have a great day!:-)
  5. 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...
  6. 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...
  7. 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...
  8. Alira

    Converting question.Urgent!!!

    Please, help me here... I have this urgent need to convert FileMaker database into MS Access... Where should I start???? Have a great day!:-)
  9. Alira

    Converting question. Urgent!!!

    Hi All!! I have an urgent need to convert FileMaker database to MS Access... It's not very big, but where should i start?? Please, give me a hint... Have a great day!:-)
  10. Alira

    inserting via stored procidure

    Hi All! I have to insert a record into sql table from text file... This is my first attepmt doing it with SQL server and I can do it by executins insert statement in vb code, but!:) I would like to know how to use storproc. By the way, will it be concidered as trigering? If I will pass variables...
  11. Alira

    dissapearing controls

    Hi all! So, I've created my forst applet and even captured button actions:) But as soon as I click on the button all other controls dissapearing! Why is this happening and how to solve this problem? Have a great day!:-)
  12. Alira

    ActionListener question

    Me again... I read few treads on the subject and tried to make something, but it does not work.. Please, tell me... what have I done wrong? here is the list of errors: C:\MyHost\New.java:17: <identifier> expected btnRegister.addActionListener(new RegisterListener())...
  13. Alira

    .awt or .swing?

    Hi All! I have this question... I'm trying to make my first java applet for web and I'm sort of confused. Which library to use? Or both of them? I just want to make sure that this applet can be viewed.. What will be the expert advice?:) Thanks:) Have a great day!:-)
  14. Alira

    where to begin?

    Hi All! I'm trying to learn Java.. It seems to be fun, but sometimes it's hard to find answers... I have to create an applet.. It should get information from the user and save it to the database.. I have no problems with database, I found resources on that one... But how it's done with...
  15. Alira

    ActiveX.exe with forms

    Is it possible to create an Activex.exe that would have an icon in systray and would open a form? I'm sorry for this question, but developing ActiveXs is a very new thing for me. And I'm lost.... Have a great day!:-)
  16. Alira

    passing arguments

    Hi ALL! Here is my question... I have to pass a multidimentional array with phone numbers and their descriptions from Outlook Contact info into custom .dll This array is dynamic. I use ReDim statement when I know how many elements it will have. This portion of code is written in VBScript...
  17. Alira

    new to API

    Hi All! I have a question... In my program I have a .dll from which I have to open Local Phone settings. What API I should use for that?? Have a great day!:-)
  18. Alira

    data source for MSFlexGrid control

    Hi all! I cannot find a sample query for Adodc. Can someone help me out? I need to fill populated FlexGrid.. I can't use DTE,so.. Probably I cannot do that, but I recall something like that.. just cannot find it.. Have a great day!:-)
  19. Alira

    Urgent!!!!!

    Hi All!!! I have a very urgent question. Here is a deal.. I have an application in VB 6 wich connects to Access 97 mdb. For all kinds of transaction I use Data Enviroment. Everything is working fine, but today I was told that network path where .mdb file lies can be changed over time. It means...
  20. Alira

    Question of beginner

    Hi! Can you help me please with desision? I have to display records with and option to delete or modify. I can display them in table and redirect user to needed action page with a link. Or I can use data grid.. I think that data grid is more useful, but as far as I could make it work it was...

Part and Inventory Search

Back
Top