Search:

Type: Posts; User: Asher David

Page 1 of 7 1 2 3 4

Search: Search took 0.03 seconds.

  1. Tutorial link for Graphing/charting MsSQL using C#.net

    Hi,

    Just needing your help where can i find best tutorial link about creating query codes for Visual C#.net and making it into graphs/ chart form.

    Thank You.
  2. Re: compare two indentical table in MS access and spot the unmatched data

    Thanks a lot for the reply.

    I had tried it already the only problem I have if my table containing around 50++ fields.

    I want my criteria to be flexible like no matter how many columns of two...
  3. compare two indentical table in MS access and spot the unmatched data

    Hi,

    Just want to ask how to compare to identical table in MS Access and identified the unmatched data inside.

    Example
    TABLE1:

    STUDENTId TELNO COURSE
    1 111 ME
    2 ...
  4. Replies
    2
    Views
    724

    How to specific file using VB.net

    Hi,

    Do you have some source code how to open a file (file browser) with file extension specific using Visual basic.net.

    Just need to get the path then control this using the vb.net binding
    ...
  5. Replies
    2
    Views
    854

    Excel to TXT file using VB.net code

    Hi,
    Does anybody can give me tutorial link how to convert excel data and move it to txt file? Source code will be highly appreciated.

    Thanks thanks.
  6. Replies
    2
    Views
    748

    EXCEL to XML using Visual basic.net

    Hi,

    Does anyone have a source code or tutorial link how will I able to convert and Excel File data into an XML file?

    Currently I have tables that compose of headers and Data from excel file and...
  7. tutorial link how display in graph mssql data records using VB code (VB.net)

    Hi,

    If anyone can help me for any good link in website that will teach me from the bottom how to link ms sql in Visual basic.net and display data records in graphical representation.

    Thanks.
  8. Display Graph statistics in web from SQL

    Hi,

    In our company we are using PHP to display graph from statistics in SQL over webpage.
    So anywhere just access the website and input the date will display statistics over the webpage of the...
  9. Re: merge data of excel file to another excel file sheet

    Hi,

    ADO code working very fine with me. The only thing now I want to automate using VBA in Access is the step1 you mentioned. (Copy paste sheet 1 to another sheet). Reason is my data actually...
  10. Re: merge data of excel file to another excel file sheet

    Hi,

    Here is the 2 excel file containing 2 sheets (TABLE1,TABLE2) that I want to merge all data into MS access with the same format at TABLE1 and TABLE2 at MS access.

    So meaning the sheet...
  11. merge data of excel file to another excel file sheet

    Hi,

    Can anyone possibly help me how can I do in VBA MS access the action of merging data of 1st excel data sheet and 2nd excel sheet and putting it into single table only.

    Actually I have to...
  12. Replies
    2
    Views
    1,102

    HOW to get number of SECONDS in EXCEL

    HI,

    IN my attached excel file the value i got is "27:42.8" which is equivalent to 12:27:43 PM.. the actual value in seconds is 42.8.

    Actually i want to get the value of seconds and move it in...
  13. Replies
    2
    Views
    870

    GET the exact FORMAT of TIME in VBA

    HI,

    Im having some difficulties in getting the exact value of time in VBA.

    in my example attached, i have time:
    (HH:MM:SS)
    24:44:4 and
    24:44:6

    If i use the excel sheet formula it gives me...
  14. How to open txt or any file in MS Excel using VBA MS access

    HI,

    Is it possible to open a txt file or any kind of file in MS excel Application using MS access VBA and text to column (comma delimited) the file I opened?


    Thanks.
  15. Re: Do.cmd Transfer txt from Diff file format to Access

    Ive done the code below:


    DoCmd.TransferText acImportDelim, aa, "Import", strFiles, False

    Only this will work once I change the file extension of my file "sample.log" into *.txt.

    Is there a...
  16. Replies
    3
    Views
    699

    Re: Export txt file to MS access

    thanks for the nice answer!!! really helpful
  17. Do.cmd Transfer txt from Diff file format to Access

    Hi,

    I have a file having an file extension of *.log, usually I can read the content file one by one using:


    strFiles$ =...
  18. Replies
    3
    Views
    699

    Export txt file to MS access

    HI,

    Does anybody know how to export text file to MS access faster that will start in certain line of txt file?
  19. Replies
    3
    Views
    1,571

    Re: VB.net GRAPH tutorial

    Thanks. Im using VB.net 2008....

    If you can remember the link I will highly appreciate..

    I have SQL server 2008 setup already.. and I want my VB.net to do the graph display on it... I will give...
  20. Replies
    1
    Views
    556

    GRAPH display in ASP.net

    Hi,

    Does anyone can give me some link related to tutorial of graphical display using asp.net where my data coming from SQL database?

    Thanks.
  21. Replies
    3
    Views
    1,571

    VB.net GRAPH tutorial

    Hi,

    I created some database already in my SQL server 2008. And im planning to show all this data via graph using VB.net...

    Is there anyone here can give me LINK, thread or the best is tutorial...
  22. Replies
    0
    Views
    1,609

    MS Access VBA to link table in SQL

    Hi,

    Does anyone know sample code to skip the step procedure of Linking Table of SQL Database into MS access?

    My front-end is MS Access 07 and I created ODBC Data Source for my SQL SERVER 2008...
  23. Re: ODBC Database Administrator cannot detect SQL server

    Thanks. I already done it!!!

    :check:
  24. ODBC Database Administrator cannot detect SQL server

    HI,

    Ive been using my SQL server 2008 express edition already in my computer. How come when Im starting to create ODBC link, the SQL server doesn' appear at all? Normally should detected right?
    ...
  25. creating odbc connection from SQL server

    Hi,

    Just want to know is somebody know how to create step by step procedure in creating ODBC connection on SQL server.

    ACtually I set-up an SQL server in centralized PC already. And i want the...
  26. Re: How to add ADO project reference in VS2008

    Sorry I mean ADO.net.. Im using VB.net express edition but i cant find in the choices..
  27. How to add ADO project reference in VS2008

    Hi,
    Does anybody know how to add reference of ADO in VS.net 2008?
    seems i cant find it in add reference inside.
  28. Re: Select Excel files and import to SQL server 2008 express table

    How about using Use ADO and SQLOLEDB?

    have any sample code?
  29. Re: Select Excel files and import to SQL server 2008 express table

    Hi Rob,

    Im using SQL Server 2008 Express Edition only. Is this applicable to the one I have too?

    with this setting How I manage to select the right excel sheet to the right SQL table?

    Thanks.
  30. [2008] Open select excel file and import/append data to SQL server 2008 express TABLE

    Hi,

    Is anyone here have some sample code of opening and selecting a certain excel file and append the data of the exact excel sheet in one of my SQL server table?

    Im using VB2008 express...
  31. Select Excel files and import to SQL server 2008 express table

    Hi,

    Does anyone has a sample code that do like,

    Open and select excel file and select the exact excel sheet to import then connect to SQL server 2008 and append all the data from the certain...
  32. Re: updating data of SQL server 2008 using vb.net 2008

    For the one you mentioned, connection string... where, will I do this inside my SQL server?

    From your link given to me at http://support.microsoft.com/kb/321686,
    I saw below there is sample for...
  33. Re: updating data of SQL server 2008 using vb.net 2008

    COLUMN : A:IK
    ROWS: INDEFINITE(depends how many days is the stats)

    Hope you can help me with this...
  34. Re: updating data of SQL server 2008 using vb.net 2008

    my data from excel to be transferred/import to sql server containing date.

    So every day its a unique stats based on date. I want to secure also that if someone update the SQL server it will check...
  35. updating data of SQL server 2008 using vb.net 2008

    Hi,

    Does anybody know how to update the data of an SQL server 2008 express using vb.net 2008? My raw data actually from excel file only and i want to transfer all the data and merge it in my newly...
  36. Re: DoCmd.TransferSpreadsheet Access 2007 problem.

    ok thanks for reminders
  37. Replies
    5
    Views
    475

    Re: access to txt via query

    This one wont work since this need the file "C:\Folder\File.txt" to exist else it will error.

    I will create many txt fiel based on my loop. meaning unpredictable txt file. Maybe 3 txt or more.
    ...
  38. Re: DoCmd.TransferSpreadsheet Access 2007 problem.

    thanks done it already.
  39. [RESOLVED] DoCmd.TransferSpreadsheet Access 2007 problem.

    Hi,

    I just having some problem with my codes on access 2007.....

    My code in VBA access 2003:


    DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel9, _
    "TABLE", strfiles,...
  40. Replies
    5
    Views
    475

    Re: access to txt via query

    Normally I perfrom inside my code:


    sSQL = SELECT * FROm TABLE NAME;

    Then i use:


    db.OpenRecordset(sSQL)
Results 1 to 40 of 267
Page 1 of 7 1 2 3 4



Click Here to Expand Forum to Full Width