473,479 Members | 2,087 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Tool for write querys through command line.

epz
There is any tool for write & test & execute querys via command line
like the old dbase IV style or the sql analyzer tool? (from the Sql
Server Database System)

Thanks.

Eric

Jan 31 '07 #1
6 1690
epz wrote:
There is any tool for write & test & execute querys via command line
like the old dbase IV style or the sql analyzer tool? (from the Sql
Server Database System)

Thanks.

Eric
If you just want to write SQL instead of using the design grid open a new query
and switch to SQL view.

--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
Jan 31 '07 #2
epz
Ok, you're right but i find a more 'fast' tool. I want to send the
execute command with a function key (or Control-Enter) and to view the
query & the results in the same window, like others sql frontends.

Do you know any addin that do this?

Many thanks for your reply!

Eric

On 31 ene, 13:23, "Rick Brandt" <rickbran...@hotmail.comwrote:
epz wrote:
There is any tool for write & test & execute querys via command line
like the old dbase IV style or the sql analyzer tool? (from the Sql
Server Database System)
Thanks.
Eric

If you just want to write SQL instead of using the design grid open a new query
and switch to SQL view.

--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com

Jan 31 '07 #3
epz wrote:
Ok, you're right but i find a more 'fast' tool. I want to send the
execute command with a function key (or Control-Enter) and to view the
query & the results in the same window, like others sql frontends.

Do you know any addin that do this?

Many thanks for your reply!
Nope. One could build a form that did this though. SQL in a large TextBox
and showing the result in a datasheet subform.

--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
Jan 31 '07 #4
On Jan 31, 12:30 pm, "Rick Brandt" <rickbran...@hotmail.comwrote:
epz wrote:
Ok, you're right but i find a more 'fast' tool. I want to send the
execute command with a function key (or Control-Enter) and to view the
query & the results in the same window, like others sql frontends.
Do you know any addin that do this?
Many thanks for your reply!

Nope. One could build a form that did this though. SQL in a large TextBox
and showing the result in a datasheet subform.

--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
If I remember right, there's a form on the CD in Access Developer's
Handbook that does this. Basically a textbox at the top of the form
and a datasheet below it showing the query results.

Jan 31 '07 #5
epz
Many thanks!

On 31 ene, 20:32, "pietlin...@hotmail.com" <pietlin...@hotmail.com>
wrote:
On Jan 31, 12:30 pm, "Rick Brandt" <rickbran...@hotmail.comwrote:
epz wrote:
Ok, you're right but i find a more 'fast' tool. I want to send the
execute command with a function key (or Control-Enter) and to view the
query & the results in the same window, like others sql frontends.
Do you know any addin that do this?
Many thanks for your reply!
Nope. One could build a form that did this though. SQL in a large TextBox
and showing the result in a datasheet subform.
--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com

If I remember right, there's a form on the CD in Access Developer's
Handbook that does this. Basically a textbox at the top of the form
and a datasheet below it showing the query results.

Feb 1 '07 #6
"epz" <ep******@sanitatintegral.orgwrote in message
news:11**********************@a75g2000cwd.googlegr oups.com...
Ok, you're right but i find a more 'fast' tool. I want to send the
execute command with a function key (or Control-Enter) and to view the
query & the results in the same window, like others sql frontends.
Well, you can click on the ! mark...so, I don't know what is "more fast"
then ONE mouse click...

If you need a shortcut key, then simply right click on the tool bar, select
customize, and change the properties of the ! button to include image and
text. If you do that...note how the "run" text has the "R" underlined. So,
now, when you type in free hand sql...to view it..simply hit alt-r

If you want, you can also customize the "view" menu (if you don't..then
alt-v, then alt-q will flip back to sql view). You can make this ONE key
stroke if you drag the "SQL" view button to the menu bar..and again set the
button to image and text (then, alt-q, and alt-r will flip between the two
views).

Also, if you don't want to bother with the above..you can right click on the
top window bar...and you get a context menu that lets you flip between free
hand text (sql) view..and running the query....

I not really sure all of the above is much better then one mouse click, but
it does allow you to freehand between typing in sql, and viewing the
sql..and not having to use the mouse....

--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
pl*****************@msn.com
Feb 2 '07 #7

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

Similar topics

4
2763
by: Edvard Majakari | last post by:
Hi, I was wondering what would be the most elegant way for creating a Python class wrapper for a command line utility, which takes three types of arguments: 1. options with values (--foo=bar)...
3
1807
by: Ron_Adam | last post by:
Hi, Sometimes it just helps to see what's going on, so I've been trying to write a tool to examine what names are pointing to what objects in the current scope. This still has some glitches,...
8
6703
by: Corno | last post by:
Hi all, Does anybody know a command line tool (linux or windows) that can compare 2 XML files. There's only 1 extra requirement that makes it a bit more complicated: the order of attributes or...
3
1697
by: Aquila Deus | last post by:
Hi all! Is there any command-line tool that can add/delete and replace string and files in .resources?
7
631
by: Dave | last post by:
Does anyone know of a Windows compatible command line tool that capable of parsing Microsoft's VC++ workspace/project (e.g., .dsw, .dsp, .sln, ..vcproj, etc.) files and generating an...
10
3801
by: Mandy | last post by:
I have a command line tool that I would like to run from my .NET web application using System.Diagnostics.ProcessStartInfo. I run cmd.exe with this and then pass the command to run the tool as an...
6
2471
by: Fuzzydave | last post by:
I am back developing futher our Python/CGI based web application run by a Postgres DB and as per usual I am having some issues. It Involves a lot of Legacy code. All the actual SQL Querys are...
4
2357
by: Anastasios Hatzis | last post by:
I'm looking for a pattern where different client implementations can use the same commands of some fictive tool ("foo") by accessing some kind of API. Actually I have the need for such pattern for...
0
769
by: Fredrik Lundh | last post by:
aditya shukla wrote: http://docs.python.org/lib/module-subprocess.html ? </F>
0
7027
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
6899
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7067
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6719
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
6847
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
4757
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4463
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
2980
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
1
555
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.