sqlexpress

G

GS

I was able to create database, table from vim express 2005 studio in design
mode. However I would like to setup some code table values,. I tried
display the data for the table and visual basic but, that was not allowed
on null result.


I can see I execute SQL, SO I tried
so I tried
INSERT INTO CodeTable ("CodeTableName", "code", "sequence",
"value")
Values("FavoriteUrl", "myback]", 1,
"https://www.mybank.com/login.aspx")

Howeer the above casues a message " ---------------------------
Microsoft Visual Basic 2005 Express Edition
---------------------------
SQL Execution Error.

Executed SQL statement: INSERT INTO CodeTable (codeTableName, code,
sequence, value) VALUES ([FavoriteUr]l, [RBC]]], 1,
[https://www.mybank.com/login.aspx
Error Message: The name "FavoriteUr" is not permitted in this context. Valid
expressions are constants, constant expressions, and (in some contexts)
variables. Column names are not permitted.
---------------------------
OK Help
---------------------------


is there any other way besides coding my own form?

Or I should be setting some user modifiable properties for the application
instead and use them to populate my list box
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top