REGISTER
|
Search Tycoon Talk
|
Freelancer.com
|
Members
Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.
Register Here
Forum Rules
ASP.NET Forum
You are currently viewing our ASP.NET Forum as a guest. Please
register
to participate.
Login
Remember Me?
Login via Freelancer.com
Tycoon Talk
>
Web Development and Programming Support
>
ASP.NET Forum
>
Continuation on line of code into next line
Link Back
Thread Tools
Search this Thread
Continuation on line of code into next line
11-24-2004, 03:27 PM
#
1
(
permalink
)
Continuation on line of code into next line
barbara
Skilled Talker
Posts: 79
Trades:
0
Talkupation:
i want to split my sql statement into 2 lines(right before "values", what is the syntax for it?
i try : sql = "insert into tbl1 ( )spaceunderscore
values ()
it didn't like it.
eg.
sql = "insert into tbl1 () values ()"
thanks
Register
now for full access!
11-24-2004, 06:04 PM
#
2
(
permalink
)
Minaki
Defies a Status
Posts: 1,626
Location: Guildford, UK
Trades:
0
Talkupation:
sql = "insert into tbl1 ( )" & vbCrLf
sql = sql & "values ()"
I never use the line splitting thing, but I think you could also use:
sql = "insert into tbl1 ( )" _
& "values ()"
__________________
Minaki Serinde MCP
"Wow, Linux is nearly on-par with Windows ME!"
Please login or register to view this content.
Registration is FREE
|
Please login or register to view this content.
Registration is FREE
11-24-2004, 08:33 PM
#
3
(
permalink
)
ACW
Average Talker
Posts: 26
Trades:
0
Talkupation:
Code:
sql = "insert into tbl1 ( )" & _ " values ()"
__________________
Please login or register to view this content.
Registration is FREE
by Geo Redundant Hosting
11-30-2004, 12:05 PM
#
4
(
permalink
)
barbara
Skilled Talker
Posts: 79
Trades:
0
Talkupation:
thanks a bunch
« Reply to
Continuation on line of code into next line
Previous Thread
|
Next Thread
Tycoon Talk
>
Web Development and Programming Support
>
ASP.NET Forum
>
Continuation on line of code into next line
Thread Tools
Search this Thread
Show Printable Version
Email this Page
Search this Thread
:
Advanced Search
Posting Rules
You
may not
post new threads
You
may not
post replies
You
may not
post attachments
You
may not
edit your posts
BB code
is
On
Smilies
are
On
[IMG]
code is
On
HTML code is
Off
Trackbacks
are
Off
Pingbacks
are
Off
Refbacks
are
Off
Forum Rules
Feeds:
RSS
JS
XML
Feeds for this forum:
RSS
JS
XML
LinkBack
LinkBack URL
About LinkBacks
Bookmark & Share
Digg this Thread!
Add Thread to del.icio.us
Bookmark in Technorati
Tweet this thread
Page generated in
0.12888
seconds with
12
queries