sql - Implementing a "special" Access database to Expression Web -


I got just one question about the combination of the result of a SQL. It was done with "Concat Related" Now I want to apply it in Expression Web 3.

I have used the access in SQL:

  SELECT land.id, land.official_name, vaksiner.vaksiner Join INNER from the ground (vaksiner Join INNER at land_sykdom Vaksiner.id = land_sykdom.sykdom) on land. Kort = land_sykdom.land Land by order.office_name; Select  

and

  select DISTINCT ID, official_name, concat related ("voxkar", "curievicarro", "id =" & [id]) From AP CurieversionRao;  

The last one has been saved as vaksine_query

This is the SQL I want to add to the expression web:

  SELECT Vaksine_query id, vaksine_query.official_name, vaksine_query.vaksiner Vaksine_query from WHERE vaksine_query.id = "?"; Expression Web gives me an error message "Insert" undefined function in the expression 'Insert'. 

What about you The related user is defined function, and it will not work outside of access.

It seems that you have to get your record set and then insert the output to make the loop through it.

< / Div>

Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -