User Profile

Collapse

Profile Sidebar

Collapse
Maira
Maira
Last Activity: Feb 14 '08, 07:12 AM
Joined: Feb 19 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Maira
    started a topic Backup /restore DB

    Backup /restore DB

    hi,
    I want to know if there is a way - other than backup and restore database (because restore takes too much time as the DB size grows) - to transfer all the data from one database on the server to another on a local SQLServer. it has to be done daily, so that the manager will always have an updated copy of the data on his machine.

    Any help?
    Thanks in advance
    See more | Go to post

  • Maira
    replied to Error while opening a form in vb.net
    in .NET
    well i had to reinstall the Visual studio . and everything's back to normal.
    thanks
    See more | Go to post

    Leave a comment:


  • you are using Vb.NET 2005 ?...
    See more | Go to post

    Leave a comment:


  • Maira
    replied to What's wrong with this code? pls help!
    in .NET
    hi,
    First your connection string is wrong. you omitted the Database Name.so it would be:
    Dim strCNStr As String = "Data Source=ITSAD;In itial Catalog=myDatab aseName;User ID=sa;Password= ;"

    Second you must be sure to create the table Branch in your database. and you must modify your query to (put " instead of ' for strings) so it would be
    Dim strcmd As String = "Insert into Branch(Fname,Ln ame)...
    See more | Go to post

    Leave a comment:


  • Maira
    replied to Error while opening a form in vb.net
    in .NET
    I am facing the same problem in all the projects....
    See more | Go to post

    Leave a comment:


  • Maira
    replied to vb2005 listview
    in .NET
    hi,
    you need to get the index of the selected item in the listview
    Dim idx As Integer = Listview1.Selec tedItems(0).Ind ex
    and then get the information:
    Dim Info As String = Listview1.Items (idx).Text
    (here it's for the first column).
    Use for the other columns: Listview1.Items (idx).subitems( 1).Text
    Listview1.Items (idx).subitems( 2).Text
    See more | Go to post

    Leave a comment:


  • Maira
    started a topic Error while opening a form in vb.net
    in .NET

    Error while opening a form in vb.net

    hi,
    I have a problem with my VB.NET project.
    I cannot open the properties window of the project anymore while it was working before.
    And if I try to open a form with the Visual Basic Form Editor, it gives me the error:
    "There is no editor available for .vb.
    Make sure the application for the file type (.vb) is installed"

    and i cannot open also the file .resx:
    "Make sure the application...
    See more | Go to post
No activity results to display
Show More
Working...