Search:

Type: Posts; User: zubairkhan

Page 1 of 11 1 2 3 4

Search: Search took 0.46 seconds.

  1. VS 2005 Re: How to connect oracle database with odbc URGENT

    Thanks for your reply

    As per both of your suggestion I did try with system.data.oracleclient with following code, but i got same error.

    Dim oradb As String = "Data Source=(DESCRIPTION=" _ ...
  2. VS 2005 Re: How to connect oracle database with odbc URGENT

    I have downloaded ODP for 11i and try to connect, but i am getting error "Connections to this server version are no longer supported.". My database version is 8.1.6. Please guide which version of...
  3. VS 2005 Re: How to connect oracle database with odbc URGENT

    Thanks for your reply and suggestion, i am download OPD.Net from oracle.
  4. VS 2005 How to connect oracle database with odbc URGENT

    Hi,

    I do need to connect oracle database via odbc in my vs 2005 project. I have no idea how to connect, kindly give me connection string codes and prerequites.

    Thanks
  5. Replies
    3
    Views
    540

    Re: Decode hashed data

    thanks for reply, Actually i stored some system information in a text file like SERVER NAME,DATABASE NAME AND INSTANCE NAME, i want to encrypt them to store and decrypt when user logged in. So each...
  6. Replies
    3
    Views
    540

    Decode hashed data

    Hi All,

    I wrote some code to encode data using hashed technique,


    Dim strPlainText As String = "admin"

    Dim hashedbytes As Byte()

    Dim encoder As New UTF8Encoding()
  7. VS 2005 Creat Database Programatically Solved

    Finally i got solution, i created a text file and added in solution resources and read from there.
  8. VS 2005 Re: Creat Database Programatically

    Half part of my issued is solved, but i do need to read text file which i added in my project.
  9. VS 2005 Re: Creat Database Programatically

    Thanks for reply,

    Actually i found a solution which will create database from text file, which is located some where in hard disk, but i want to read text file which is added in project.
    ...
  10. VS 2005 [RESOLVED] Creat Database Programatically

    Hi Friends

    I have to create an auto installer, which create database at installation time, i created sql database script file and add in vb project. Now i want to read and execute this script...
  11. VS 2005 Key generation on the basisc of hardware key

    Hi,

    I have developed a software, now i want to float in market on license basis, what i want to do is data, there should be some code which generate sever hardware key and then prompt for license...
  12. Replies
    11
    Views
    1,281

    VS 2005 Solved: Read words from text File

    Thanks Sid, it works fine.
  13. Replies
    11
    Views
    1,281

    VS 2005 Re: Read words from text File

    Paul as u suggested sid's solution, but one thing confusing me that in this case all other irrelevant text words will be fetched those have " " in prefix. I have an idea, if i ask from user enter...
  14. Replies
    11
    Views
    1,281

    VS 2005 Re: Read words from text File

    Thanks to all, actually i have text file in following format and i have to fetch only serial numbers, which starts from characters like, "SGH","CNC" and can be many others in different format, this...
  15. Replies
    11
    Views
    1,281

    VS 2005 Re: Read words from text File

    Thanks paul your trick is quite good and i hv gotten idea, but one thing more to do that i have to read entire serial number with its prefix, this chunk of code returns 7 character. can you plz guide...
  16. Replies
    11
    Views
    1,281

    VS 2005 Solved:Read words from text File

    Hi all

    I need to fetch numbers one by one from text file, suppose i have a text file with different serial numbers, like;

    SHG9001231 SHG9001232
    SHG9001233 SHG9001234 SHG9001235
    SHG9001236

    ...
  17. Replies
    1
    Views
    628

    VS 2005 Work with Text File

    Hi All,

    I have a text file pwd.txt comma delimited, i added in project resources, now i want to read,edit and insert in text file.
  18. Replies
    1
    Views
    592

    [2005] Work with Next Previous Button

    Hi
    How can i work with Next and Previous button, in VB6 with the help of record set it was quite easy, but in dot net i little bit confused, how to do it?
  19. Re: [2005] Problem, working with own developed class

    Would you please tell me how can i add Dll in GAC thanks.
  20. Re: [2005] Problem, working with own developed class

    Now i found it, it is located in reference folder on the top and its copy to property set to true as well. but receiving same error from remote computer.
    An other interesting thin i noticed when i...
  21. Re: [2005] Problem, working with own developed class

    I did same, but problem still exist, one thing confusing me that, i could not see any reference folder, where i can add my dll file. If i add this dll via add reference option in pop-up menu by...
  22. [2005] Problem, working with own developed class

    Dear friends

    I have created a class in a project, here i want to write steps, which i taken.
    1. Created new project as ClassLibrary named it AttProcess
    2. Then i added new class named it,...
  23. Replies
    6
    Views
    4,178

    Re: Stored Procedure Connectivity Problem

    Finaly i solved it, now i am posting the solution so that others can get benefit.

    Actually problem with parameters, (I dont know why crystal report had problem with parameters). Simply i create a...
  24. Replies
    6
    Views
    4,178

    Re: Stored Procedure Connectivity Problem

    What ever stored procedure i want to add in crystal report, at the time of adding it returned message which it quoted earlier. From any database any stored procedure the error is same. When i am...
  25. Replies
    6
    Views
    4,178

    Re: Stored Procedure Connectivity Problem

    you are right its looking problem in server side, but what problem it could be?
  26. Replies
    9
    Views
    1,201

    Re: [2005] Change system date format

    Thanks for your co-operate, exactly this problem i am facing, and looking toward you for solution. I tried in every aspects, but i could't succeed. how i can change datepicker's date format?, what...
  27. Replies
    6
    Views
    4,178

    Stored Procedure Connectivity Problem

    Dear Friends

    I am using crystal report 10 with sql server 2000 last many years. Usually i used stored procedures instead of tables. Yesterday all of sudden cyrstal report reutrned a message that...
  28. Replies
    9
    Views
    1,201

    Re: [2005] Change system date format

    it was mistakenly quoted, because date2 datatype was set as char, i do appologize for that.

    But, i still confused, to change date format into UK format. I have a software which downloads...
  29. Replies
    9
    Views
    1,201

    Re: [2005] Change system date format

    Following are the codes written to insert two different dates, here i received bugs in database, while server system date format is also set for UK


    Dim cm As New SqlClient.SqlCommand
    ...
  30. Replies
    9
    Views
    1,201

    Re: [2005] Change system date format

    But this line of code does not make changes in date formate in DatePicker control. Is there any shell command to change system date?
  31. Replies
    9
    Views
    1,201

    [2005] Change system date format

    Dear Friends

    I have need to change system date fromat from vb.net , i wrote following line but it did not work.
    Threading.Thread.CurrentThread.CurrentUICulture = New...
  32. Replies
    3
    Views
    621

    Re: [2005] Display images in DataGridView

    Thanks for your reply

    Kindly correct it where i am wrong?


    Dim empPic As New DataGridViewImageColumn
    empPic.Name = "emppic"
    dgv_Detail.Columns.Add(empPic)
    ...
  33. Replies
    3
    Views
    621

    [2005] Display images in DataGridView

    Hi

    I want to display employee pics on datagrid view with other information, i stored pics in a folder, image file name as employee ID. any idea?
  34. [2005] Very slow scrolling crystal report document

    I created crystal report on vs2005 via crystal report document and viewing it via crystal report viewer. When i scroll report it respond very slow. Any one have any idea?
  35. Replies
    8
    Views
    918

    Re: [2005] Search in DataGridView

    I had been stucked and expecting rapid solution, i had no time to dig it out, therefore i asked you. Any way you could refer to any link which have syntax for that, but your answer little bit hard.
  36. Replies
    8
    Views
    918

    Re: [2005] Search in DataGridView

    Re: [2008] Need help with listview
    There are various ways you could do it. One way would be:
    vb.net Code:

    1.
    For Each field In myReader.ReadFields
    2.
    If listItem Is...
  37. Replies
    8
    Views
    918

    Re: [2005] Search in DataGridView

    I have been registered in this forum since 2002, and lots of posts with solution are existing here. What i am asking in this forum that what will be the correct syntax of FIND with LIKE clause. it is...
  38. Replies
    8
    Views
    918

    Re: [2005] Search in DataGridView

    Yes i want to search with LIKE clause. kindly send complete procedure.


    Thanks
  39. Replies
    8
    Views
    918

    [2005] Search in DataGridView

    Hi

    I have a lookup form with datagridview, i want to search (not filter) what i typed in text box and pointer should move to the particular row.
  40. Replies
    12
    Views
    1,050

    Re: Sql client connectivity failed

    Actual error message is "Time out expired. The timeout period elapsed prior to comletion of the operation r the server is not responding".

    An other thing i want to add here that, i have an other...
Results 1 to 40 of 436
Page 1 of 11 1 2 3 4



Click Here to Expand Forum to Full Width