close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Custom SQL Query

Thread began 3/13/2013 11:17 am by robcorrick409194 | Last modified 4/03/2013 5:52 am by Willi Schneider | 39310 views | 8 replies |

robcorrick409194

Custom SQL Query

I am wondering what I am doing wrong with PM's custom query functionality. I try a simple test query directly on my Godaddy server using the WA PM database and phpmyAdmin:

SELECT * FROM pm1_users WHERE UserFirstName = "Robert"

This query works on Godaddy bringing up three "Robert's" in my database.

When I use the same query in PM's custom query field, I receive the error message"
Invalid JSON: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT * FROM pm1_users WHERE UserFirstName = \"Robert\"' at line 1"

Just in case, I tried the same test for a new column that I have added to the database. The same basic problem occurs in PM, but I am successful with the exact same query code on Godaddy.

The UserFirstName search works in PM Audience Filter, so the connection to the Godaddy database from PM is working.

Any suggestions? Thanks.

Sign in to reply to this post

Jason ByrnesWebAssist

use single quotes:
SELECT * FROM pm1_users WHERE UserFirstName = 'Robert'

Sign in to reply to this post

robcorrick409194

Custom Query Problems

Thanks for your reply. I tried with single quote, double quotes and not quotes. With single quotes i still receive the message: "Invalid JSON: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT * FROM pm1_users WHERE UserFirstName = \'Robert\'' at line 1"

BUT when I try the same code with single or double quotes directly on the Godaddy website in phpmyAdmin, it works fine.

Sign in to reply to this post

Jason ByrnesWebAssist

You should only be entering the WHERE clause:
WHERE UserFirstName = 'Robert'

the select statement is implied

Sign in to reply to this post

Willi Schneider

Additional question

Originally Said By: Jason Byrnes
  You should only be entering the WHERE clause:
WHERE UserFirstName = 'Robert'

the select statement is implied  



Hi Jason

Is there a way to add a completely custom query?
I would like to query a different table - not "pm1_users", but my own "users" table, as this holds my registered users for that website.

Sign in to reply to this post

Jason ByrnesWebAssist

No, Power Messenger cannot use a different table for the users.

Sign in to reply to this post

Willi Schneider

Hi Jason

Thanks for your reply.
o.k. so PM cannot use another table, but pm1_users...

What about renamimg pm1_users to a different name and creating a custom view like:

CREATE VIEW pm1_users AS SELECT
IDUser AS UserID,
NameUser AS UserLastName,
EMailUser AS UserEmail
FROM users



In phpMyAdmin the results are as expected.

Sign in to reply to this post

Jason ByrnesWebAssist

I suppose that could work, sounds like it should, but it is not supported.

Sign in to reply to this post

Willi Schneider

Originally Said By: Willi Schneider
  Hi Jason

Thanks for your reply.
o.k. so PM cannot use another table, but pm1_users...

What about renamimg pm1_users to a different name and creating a custom view like:

CREATE VIEW pm1_users AS SELECT
IDUser AS UserID,
NameUser AS UserLastName,
EMailUser AS UserEmail
FROM users
In phpMyAdmin the results are as expected.  



Originally Said By: Jason Byrnes
  I suppose that could work, sounds like it should, but it is not supported.  



FYI

After some testing I got this running by creating a view, similar to the one above. The custom view seems to need all the fields from the original pm1_users table. So, adding these to my users table with "NULL" as default value, worked. Powermessenger simply expects the fields to be there. Those column names from my users table, that were different to those from pm1_users must be selected like: "IDUser AS UserID" to correspond the correct names.

It might need some further testing, because, for example, the unsubscribe links from tokens would not work. I guess the easiest way would be to add a custom unsubscribe page with DataBridge...

But for my purpose, to integrate PM into an existing site with another "users" table, this works perfect.

Greetings

Willi

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...