Re: how to get username

From: Luuk <luuk_at_invalid.lan>
Date: Sat, 26 Sep 2015 09:16:18 +0200
Message-ID: <5606463b$0$23729$e4fe514c_at_news.xs4all.nl>


On 25-09-15 10:14, Remigio wrote:
> hi,
> I'm using Access 2007 as front end and mysql server via myodbc connector.
> During setup I stored username and passwd in myodbc connector and now I need to tell Access which username is used for the connection.
> How can I do?
> Thanks
>

[root_at_test]> select user();

+----------------+
| user()         |
+----------------+

| root_at_localhost |
+----------------+

1 row in set (0.00 sec)
-- 
with MS-Access you need to do something like:
SELECT CurrentUser()
Received on Sat Sep 26 2015 - 09:16:18 CEST

Original text of this message