Search:

Type: Posts; User: ragavendran

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    793

    Android application

    My application is in vb.net (2008) with a centralized MySQL Database. I need to create a small report to be viewed in mobile phone (only selected people) .
    How to do this ?
  2. Download an application file from an URL

    An appn file is compiled and uploaded to Google drive. Using the download link is it possible to programmatically download that application file into a specific folder ?
    ...
  3. Replies
    10
    Views
    790

    Re: Application Installation

    @ Mac. This is the first time I put a windows application with a centralized server. So I need to learn and acquire more information about the Internet deployment you have mentioned. Can you show...
  4. Replies
    10
    Views
    790

    Application Installation

    I developed a VB.net application. Around 10 people using it from different regions. Database is centralized. My issue is : each time I make some correction in my application, I need to individually...
  5. Replies
    3
    Views
    1,237

    Re: Sql Server Data storage Online

    They offer 1GB for Mysql database. But I felt that MySql is very slower comparatively with MS sql server. That's why I prefer to have MS Sql server
  6. Replies
    3
    Views
    1,237

    Sql Server Data storage Online

    I need to have a central server to just store data. Through my Vb.net application around 10 people would access this database for insert/query. That's all. Mine is not a website. Godaddy offers only...
  7. Replies
    3
    Views
    1,788

    VS 2008 Installation Failure

    My application is having SQL server as backend. I created the setup file for this project and it shows the following under the ‘dependencies’

    Microsoft.SqlServer.ConnctionInfo.dll...
  8. Replies
    2
    Views
    1,943

    Visual Studio 2013

    So far I have been working with Visual Studio 2008. Now I would like to enjoy my vb coding with a higher version. But I do not have any visual studio subscriptions. What should I do ? To be frank......
  9. Replies
    3
    Views
    1,734

    Re: [RESOLVED] Scripting via VB.net

    Thank you JMC. Without your help for my previous thread I would not have arrived at this. Now I got the solution for my issue. Thank you again
  10. Replies
    3
    Views
    1,734

    Re: Scripting via VB.net

    I got the solution.

    After me adding "Persist Security Info=True;" in my connection string, it works fine.

    Courtesy :...
  11. Replies
    3
    Views
    1,734

    [RESOLVED] Scripting via VB.net

    I get the 'Login failed for user 'sssss' error while running the following code :


    Public Sub ScriptDatabase()
    Dim server = New Server(New ServerConnection(cnnRice2))
    ...
  12. Replies
    3
    Views
    1,144

    Create .SQL file programatically

    In MySQL it is possible to create a .SQL text file through vb.net using the "mysqldump". Database restore is also very easy using this file.

    In MS Sql I know to generate .SQL file in SSMS....
  13. Replies
    2
    Views
    1,412

    Connect to a MySQL Table

    In the MySQL database the table names are with lower case letters. For e.g one of my table name is b_trust. If I try to connect to this table with the following code

    vSqlText =...
  14. Which version of MySQL would suit me ?

    I have been using MSSql server for quite a long time now. I want to try MySql in my next project. My Vb.net applicaion will be a medium one. I am having VS 2008 installed in my PC. So I am unable to...
  15. Replies
    13
    Views
    852

    Re: network failure situation

    No.. no.. no... In the PendingJobs Table there will be only 4 Columns..
    First Col will be ID, second is TableID, third is RecordID and
    the fourth is "Inserted/Updated/Deleted" information in the...
  16. Replies
    13
    Views
    852

    Re: network failure situation

    In that case what would happen is I may have to open all the tables one by one in my DB and check whether record is synced or not. Instead if I maintain a separate table I would open only that...
  17. Replies
    13
    Views
    852

    Re: network failure situation

    In that case what would happen is I may have to Call all the tables one by one in my DB and check whether records is synced or not. Instead if I maintain a separate table I would open only that...
  18. Replies
    13
    Views
    852

    Re: network failure situation

    Thanks for your responses.... !
    This is how I am planning ...
    By default Insert/Update/Delete will be done in both the Remote and the Local Servers
    If there is a network failure Remote updation...
  19. Replies
    13
    Views
    852

    Re: network failure situation

    Thanks for your responses.... !
  20. Replies
    13
    Views
    852

    network failure situation

    I have an VB.net application with backend as SQl Server – centalized – working online.

    Suppose if the network failures, the same application should work offline also. All the data which are...
  21. Replies
    2
    Views
    426

    Data Report

    In DataReport if I press the ‘Print’ button in the Print dialogue box I want my application to update my DB that Printout is taken. So that it would deny me to take further printout of that...
  22. Replies
    2
    Views
    432

    Re: Data Retrieving is slower in nodes

    @ JMC
    Thank you so much. Here is my stand why I use the Access DB

    1. I need to put the database in my client’s PC itself. (They work offline only.)
    2. If I use the Access database with PW...
  23. Replies
    2
    Views
    432

    Data Retrieving is slower in nodes

    Here is my data retrieving code :



    Dim vDT1 As New DataTable

    vSqlText = "SELECT * from From B_RecMast where SOMECONDs order by RecID"

    If...
  24. Replies
    15
    Views
    1,680

    Re: Large number in CSV file

    Sorry I do not get you
  25. Replies
    15
    Views
    1,680

    Re: Large number in CSV file

    Actually I do so many things after retrieving from the Access Table, put them in a Recordset and then I transfer the Recordset to CSV.

    For e.g


    vSql = "Select * from myTable"
    set vRs = new...
  26. Replies
    15
    Views
    1,680

    Re: Large number in CSV file

    oh my goodness ! I just wanted to know if it's possible without the quote prefix.

    What's the other way you mentioned about in your earlier reply ? i.e. " if not opening with Excel is an issue "
  27. Replies
    15
    Views
    1,680

    Re: Large number in CSV file

    BoxNo is a Text column in my Access DB.
    It's nothing but a product number printed on the box.
    I do not make any calculation with it.
    I just need to export my data to .CSV file in excel.

    I...
  28. Replies
    15
    Views
    1,680

    Large number in CSV file

    I try to export my data as a .csv file with the following code

    Open StrPath & "\ CardNoRpt.csv" For Output As #FileNum
    Write #FileNum, "SlNo", "Name", "Address", "BoxNo", "CardNo"

    NumberOfRows...
  29. Replies
    1
    Views
    515

    DataEnvironment

    At present there is a table called Table1 in my Access DB.
    In Dataenvironment under a command 'Students" I put a code "Select * from Table1".
    I assigned this command as 'Datamember' to one of my...
  30. Replies
    3
    Views
    659

    Re: Data Report

    @ wes4dbt

    Thank you so much
  31. Replies
    3
    Views
    659

    Re: Data Report

    Here I attach an image. Please see the difference. It troubles me a lot. Kindly help me to solve this issue.

    153807
  32. Replies
    3
    Views
    659

    [RESOLVED] Data Report

    DataReport appearance of Vb6 in Windows 7 is quite different from that which I used in XP environment.
    The dot patterns not appearing and so I am not able to move the items easily. What to do ?...
  33. Replies
    2
    Views
    606

    Re: Array in Regex

    I have done this. If fairly simpler method is still available kindly share with me. Thank you


    Private Function RegReplace(ByVal vRTB As RichTextBox) As String
    Dim vP1() As String = {"Ϭ",...
  34. Replies
    2
    Views
    606

    Array in Regex

    UC y1 y2 y3 y4
    x1 z1 z1 z1 z1
    x2 z2 z2 z2 z2
    x3 z3 z3 z3 z3
    x4 z4 z4 z4 z4
    x5 z5 z5 z5 z5

    I need to search a Text for pair of characters which consists of...
  35. Replies
    8
    Views
    1,842

    Re: Replace Function to return the count

    @TnTinMN
    Thanks for your reply. I tested it. Generally it works. I need to search for all pattern of strings. For e.g with your code if I search for "*" it returns an exception as follows...
    ...
  36. Replies
    8
    Views
    1,842

    Replace Function to return the count

    I have a very big text. Using the Replace function I am replacing certain set of strings in that. I need to get the no of substitutions which are made in the Main text.

    For e.g if my
    Sub-string...
  37. Replies
    1
    Views
    550

    Unicode Font not getting updated

    Purpose : I am combining two different language text from two different RTBs into another RTB. Language1 uses a Unicode font and Language2 uses normal font. In the process the Unicode stuff alone is...
  38. Replies
    1
    Views
    485

    VS 2008 Unicode in VB

    How to locate the position of a character in a RichTextBox by passing it's Unicode ?
  39. VS 2008 Re: Character position in a Richtextbox

    @techgome
    Thank you so much.
  40. VS 2008 [RESOLVED] Character position in a Richtextbox

    In MS word we can change the position of a character Raised/Lowered which is available under 'Fonts'. Like that is there a method to do it in a Richtextbox ? There, under the Font property it seem,...
Results 1 to 40 of 41
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width