> On Apr 23, 2017, at 11:51 AM, Shlomi Fish wrote:
>
> It is not a reserved word of Perl. No idea about MySQL.
Must be something in the code then. I’ll try it again and see if it
still happens. If so, I’ll make sure to mention the error instead of just
saying “it doesn’t work”. ;) T
Shlomi Fish writes:
> Hi Frank,
>
> On Sun, 23 Apr 2017 10:07:56 -0700
> SSC_perl wrote:
>
>> Is ‘vendor’ a reserved word of some type in either Perl, MySQL, or
>> DBM?
>
> It is not a reserved word of Perl. No idea about MySQL.
,
| mysql> create database vendor;
| Query OK, 1 row a
Hi Frank,
On Sun, 23 Apr 2017 10:07:56 -0700
SSC_perl wrote:
> Is ‘vendor’ a reserved word of some type in either Perl, MySQL, or
> DBM?
It is not a reserved word of Perl. No idea about MySQL.
> I tried to add a ‘vendor’ field to SurfShop but it didn’t work. I
> don’t recall exactly w