How to give a user admin rights in mySql
To give a user admin rights in MySql you can use the following snippet. Sample mySql Query
All the Code Snippets and Samples you need
To give a user admin rights in MySql you can use the following snippet. Sample mySql Query
To open a file or folder using VBA you can sue the follwing snippet. This snippet should also work in VB6. Sample VBA
To split a string into collection in VBA you can use the following snippet. Sample VBA
To sort a collection in VBA you can use the following snippet. This snippet is using bubblesort. Sample VBA for more informations see Bubble sort
to get the temp folder in VBA you can use the following snippet. Sample VBA
To read a textfile line by line in VBA you can use the following snippet. To read a textfile complete into a string you can use How to read a…