Search results for query: *

  1. Grafix

    Question Deploy Applications

    YES i want the application to work on the target machine with the database i created in MySQL server only ...
  2. Grafix

    Question How to Deploy application?

    Hi guys, I Googled my problem but couldn't get exactly what i want. My problem's here: I finished developing my VB.NET project in Microsoft Visual Studio 2008 I use MySQL Server 5.0 for the database and MySQL Connector/NET 5.0.9 to communicate. I also have crystal reports in the project. I...
  3. Grafix

    Question Deploy Applications

    Oh sorry its a mistake. I created it wit MySQL Server 5.0 using: mysql> CREATE DATABASE ''databasename''; mysql> GRANT ALL PRIVILEGES ON ''databasename''.* TO "''username''"@"''hostname''" IDENTIFIED BY "''password''"; mysql> FLUSH PRIVILEGES; mysql> EXIT The database is located @...
  4. Grafix

    Question Deploy Applications

    Hi dudes, am newbie in VB.NET applications. I finished my school project successfully. I created a setup project to deploy my system but its not doing what i want after installations, i meant i don't know how to include the database i created using mysql server into the .exe/.msi package...
  5. Grafix

    BackUp database with a button click

    great Brotha, glad to hear that. Send via my private mail n please to avoid redundant reply can you place the code for me, my database is located in C:\Program Files\HRMS\HRMS.mdb tnx
  6. Grafix

    BackUp database with a button click

    Hi gyz, Am newbie in VB.NET platform, i created windows application with MS Access back-end database. Now, i want the user to click a button from window form that will automatically copy the database from its original location to a removable media (or even C:\ drive). I googled this n found...
  7. Grafix

    PhotoShop-Like ToolBox in VB.NET

    I tried a bit :) Thanx 4 prompt reply vis, :) I've no idea on hw to change the docking orientation of the ToolBar. I'd be most greatfull if you can help me through this coz am really curious to differentiate my project from others. Though, after staring this thread, I tried a bit to create a...
  8. Grafix

    PhotoShop-Like ToolBox in VB.NET

    Hi friendz, I've been using Adobe's PhotoShop since version 5.0LE till today, now am in programming field and want to imitate their interface in my final year project. Now I create an MDI application "like Photoshop" with menubar taht opens child forms. I want to add a ToolBox like the one in...
  9. Grafix

    How to get data from MS Access and print it on a report

    Thanks vis781. am a 2nd year student , developing a software with MS Access and VB.Net as an interface (my project). That's why I brought this strings of questions with different topic. Another time, I'll try to make it as you advised me. Once again Thanks while waiting to see espected...
  10. Grafix

    How to get data from MS Access and print it on a report

    1. How to search a partucular record from MS Access, thouth I use data adapter it returns only one colum instead of full record. 2. How to create a button to Display the entire Database (MS Access). 3. After Saving a record, How to prompt the user with Yes/No to return to Add form if Yes and...
Back
Top