User Profile
Collapse
-
Thanks Atli, XAMPP does help a lot. -
Manually add MySQL access to PHP via php.ini
I saw on the web saying that MYSQL is no longer bulit in PHP 5 and need some manually add in "libmySQL.d ll" in system32, then remove the ";" in front of "extension=php_ msql.dll ." in php.ini
but below is the only extension i could find inside the php.ini, there is only extension=mysql .so but no extension=php_m sql.dll
If you wish to have an extension loaded automatically, use the following... -
Thanks orangeCat for helping and topher23 for your detail explaination. These helps a lot.Leave a comment:
-
Problem of transferring data from one table to another in the same DB
Dear All,
I am facing a problem of transferring data between 2 tables within the same database.
I set up 2 tables. The first table is the permanent table (oos_table) for saving records. the other table is a temp table (oos_table_temp ) for storing records which all data would be deleted after the data transferred to the permanent table.
below is the code I am currently using.
...Code:Dim strNewTable
-
-
-
Also, the below code is from somewhere in Internet which i used for tracking who is logging-on the database and it work well.
...Code:Function ShowUserRosterMultipleUsersLocal() Dim cn As New ADODB.Connection Dim rs As New ADODB.Recordset Dim Rst As DAO.Recordset Dim i, j As Long Dim StrComp As String Dim StrUser As String StrWhereAmI = CurrentProject.PathLeave a comment:
-
Hi ADezii,
I am sincerely interested. I tried to make a Form for sending message, still I am not sure how to send to particular receiver. So now the code would show a pop-up form which all logged-on users can see the message.
Below is how I set up the Message sending Form.
A Form with a listbox, a textbox, a timer and a commandd button. User type message in the textbox, then the message saved in a table. the content...Leave a comment:
-
Thanks ADezii,
I got a question, how can the system identify who would be the receiver of the message? I am not expecting when i post a message in a Form, with a timer, Everone logged on would see the mesasage.
If you have have anything which likely to have similar function, You are welcome to send to my E-Mail: ** removed as per site rules **.
Thanks....Leave a comment:
-
Thanks NeoPa,
The thread is as below:
http://bytes.com/topic/access/answer...ge-logged-user
I saw you at the post also, haha
Cheers...Leave a comment:
-
Send message to logged on user
Dear all,
This is my first post in BYTES.
I am new to Access VBA. I am currently doing a database which serve as a central warehouse for 2 properties. The database is put on the company network so that users from different properties can access in the same time.
I have already having a code for checking who is logged on the database using ADODB, which works fine.
Here come to the problem, how can I send...
No activity results to display
Show More
Leave a comment: