Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
okkercat
Starting Member
3 Posts |
Posted - 2009-04-01 : 21:28:09
|
| So, I'm trying to store web some web adresses in a SQL table with a type of text , but it is giving me an 'unknown token' error on the colons ':'. Are colons not allowed in SQL text fields? Is there a way to add them anyway?I'm using SQLite 3 |
|
|
RickD
Slow But Sure Yak Herding Master
3608 Posts |
Posted - 2009-04-02 : 04:13:09
|
| SQLite 3 is not SQL Server, this is a SQL Server forum, try here:http://www.nabble.com/SQLite-f797.html |
 |
|
|
|
|
|