473,387 Members | 1,318 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

SQL To JetSQL Converter?

Is there a 3rd party utility out there which can convert plain ol' SQL to JetSQL?

Thanks,

amy
===
Nov 13 '05 #1
4 2317
> Is there a 3rd party utility out there which can convert plain ol' SQL to
JetSQL?

No. If it is plain ol' SQL, it doesn't need much converting:
if it's not plain, it needs too much converting.

(david)
"amywolfie" <am*******@verizon.net> wrote in message
news:33**************************@posting.google.c om...
Is there a 3rd party utility out there which can convert plain ol' SQL to JetSQL?
Thanks,

amy
===

Nov 13 '05 #2
Thanks David. I'm fine with T-SQL, but it seems that every time I try
to reframe a statement in JetSQL, I get tripped up by the string
requirements.

Are there any concise rules as to when to use a double quote, when to
use a single?

Thanks!
amy
===
"david epsom dot com dot au" <david@epsomdotcomdotau> wrote in message news:<41***********************@news.syd.swiftdsl. com.au>...
Is there a 3rd party utility out there which can convert plain ol' SQL to

JetSQL?

No. If it is plain ol' SQL, it doesn't need much converting:
if it's not plain, it needs too much converting.

(david)
"amywolfie" <am*******@verizon.net> wrote in message
news:33**************************@posting.google.c om...
Is there a 3rd party utility out there which can convert plain ol' SQL to

JetSQL?

Thanks,

amy
===

Nov 13 '05 #3
amywolfie wrote:
Thanks David. I'm fine with T-SQL, but it seems that every time I try
to reframe a statement in JetSQL, I get tripped up by the string
requirements.

Are there any concise rules as to when to use a double quote, when to
use a single?


You can use either in JetSQL but I tend to stick with single quotes for
code portability, if you have a string with a quote in it[1] then just
double it up, e.g.

update mytable set mycolumn = 'Trev''s Tip of the Day'

[1] mainly because most users don't know where the apostrophe key is,
including me apparently, I automatically typed ' instead of `.
Nov 13 '05 #4
> Are there any concise rules as to when to use a double quote, when to
use a single?
Field names are bracketed by [square brackets].
Data is bracketed by 'single quotes'.

Actually, data may be bracketed by either kind of quote.
Traditionally, Access programmers used double quotes for embedded
strings because that was the VB standard, dating back to BASIC
in the 1950's. But now we tend to use single quotes (even if we
don't use sql server), because a "vb 'string'" with embedded
single quotes is much easier to read than a "vb ""string""" with
embedded double quotes.

(david)
"amywolfie" <am*******@verizon.net> wrote in message
news:33**************************@posting.google.c om... Thanks David. I'm fine with T-SQL, but it seems that every time I try
to reframe a statement in JetSQL, I get tripped up by the string
requirements.

Are there any concise rules as to when to use a double quote, when to
use a single?

Thanks!
amy
===
"david epsom dot com dot au" <david@epsomdotcomdotau> wrote in message

news:<41***********************@news.syd.swiftdsl. com.au>...
Is there a 3rd party utility out there which can convert plain ol' SQL
to JetSQL?

No. If it is plain ol' SQL, it doesn't need much converting:
if it's not plain, it needs too much converting.

(david)
"amywolfie" <am*******@verizon.net> wrote in message
news:33**************************@posting.google.c om...
Is there a 3rd party utility out there which can convert plain ol' SQL
to JetSQL?

Thanks,

amy
===

Nov 13 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: techy techno | last post by:
hii Experts..!! I need someone to tell me where I can get a Currency Converter like http://cconv.textor.com please can someone tell me where I can get it I need it for free + I dont need...
5
by: jorfei | last post by:
I have written a component with a property IPAdrress of type System.Net.IPAddress. To ease the configuration of the component at design time, I have written a type converter for the type...
0
by: amywolfie | last post by:
Is there a 3rd party utility out there which can convert plain ol' SQL (T-SQL) to JetSQL? Thanks! amy ===
2
by: TheMadHatter | last post by:
does anybody know of a half decent converter????? I tried the "VBConversions VB.Net to C# Converter" with less than satisfactory results, and an unnecisary hole in the bank.
4
by: John | last post by:
Hi Is there a way to convert whole c# projects (or solutions) to vb.net projects or solutions? Most converters I have come across only convert snippets. Thanks Regards
1
by: Nikola | last post by:
Hellooo! Can someone help me please. I tipe this code and it don't work!!! Whyyyyyy. <html> <head> <title>Text object value</title> <SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript"> <!--...
12
by: Tana | last post by:
Hi, My company wants to migrate all our apps from vb.net to c#. Can someone recommend a good migrate/convert tool? I am hoping that such a tool can do a 90-95% work for me, and I will do the...
10
by: esha | last post by:
I tried several online converters. In many case they do the job, but sometimes give some mess. I think that all converters I know are old, were created for VS 2003 and do not understand new stuff...
3
by: John Dalberg | last post by:
I have been trying a few commerical vb.net to c# converters. None of them converts inline vb.net asp.net code? Is there any converter that can convert inline code (code in aspx files)? I don't...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.