473,395 Members | 1,608 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,395 software developers and data experts.

sql script

Is it possible to run an sql script to add another column to an sql table
from MS Access.
If so how would I do it.
Thanks
Alec
Jun 25 '06 #1
4 4601
If you mean to a MS SQL Server table then yes you can do his in a number of
ways.

For exmple you can use
A pass-through query
ADO

With a pass-through query you would
a) create a new query
b) cancel the dialog that appears
c) Choose the Query/SQL Specific/Pass-Through menu otion
d) Open the Query Properties dialog
e) Enter a valid ODBC connection string
f) Enter your ALTER TABLE sql
g) Execute the query

WIth ADO you would do something like

Dim oC as ADODB.Connection
Dim strSQl as string

strSQL = "ALTER TABLE ..."

Set oC = new ADODB.Connection
With oC
.ConnectionString = "Provider=SQOLEDB.1;..."
.Open
.Execute strSQl
.Close
End With
set oC = nothing
--

Terry Kreft
"Paradigm" <al********@hotmail.com> wrote in message
news:Cr******************@newsfe1-gui.ntli.net...
Is it possible to run an sql script to add another column to an sql table
from MS Access.
If so how would I do it.
Thanks
Alec

Jun 25 '06 #2

Paradigm wrote:
Is it possible to run an sql script to add another column to an sql table
from MS Access.
If so how would I do it.
Thanks
Alec


http://msdn2.microsoft.com/en-us/library/ms190273.aspx

Jun 25 '06 #3
Thanks
What references do I need for ADO
Alec

"Terry Kreft" <te*********@mps.co.uk> wrote in message
news:Yc********************@karoo.co.uk...
If you mean to a MS SQL Server table then yes you can do his in a number of ways.

For exmple you can use
A pass-through query
ADO

With a pass-through query you would
a) create a new query
b) cancel the dialog that appears
c) Choose the Query/SQL Specific/Pass-Through menu otion
d) Open the Query Properties dialog
e) Enter a valid ODBC connection string
f) Enter your ALTER TABLE sql
g) Execute the query

WIth ADO you would do something like

Dim oC as ADODB.Connection
Dim strSQl as string

strSQL = "ALTER TABLE ..."

Set oC = new ADODB.Connection
With oC
.ConnectionString = "Provider=SQOLEDB.1;..."
.Open
.Execute strSQl
.Close
End With
set oC = nothing
--

Terry Kreft
"Paradigm" <al********@hotmail.com> wrote in message
news:Cr******************@newsfe1-gui.ntli.net...
Is it possible to run an sql script to add another column to an sql table from MS Access.
If so how would I do it.
Thanks
Alec


Jun 26 '06 #4
Microsoft ActiveX Data Objects x.x Library

Replace x.x in the above line with the version number.

--

Terry Kreft
"Paradigm" <al********@hotmail.com> wrote in message
news:ix******************@newsfe1-gui.ntli.net...
Thanks
What references do I need for ADO
Alec

"Terry Kreft" <te*********@mps.co.uk> wrote in message
news:Yc********************@karoo.co.uk...
If you mean to a MS SQL Server table then yes you can do his in a number

of
ways.

For exmple you can use
A pass-through query
ADO

With a pass-through query you would
a) create a new query
b) cancel the dialog that appears
c) Choose the Query/SQL Specific/Pass-Through menu otion
d) Open the Query Properties dialog
e) Enter a valid ODBC connection string
f) Enter your ALTER TABLE sql
g) Execute the query

WIth ADO you would do something like

Dim oC as ADODB.Connection
Dim strSQl as string

strSQL = "ALTER TABLE ..."

Set oC = new ADODB.Connection
With oC
.ConnectionString = "Provider=SQOLEDB.1;..."
.Open
.Execute strSQl
.Close
End With
set oC = nothing
--

Terry Kreft
"Paradigm" <al********@hotmail.com> wrote in message
news:Cr******************@newsfe1-gui.ntli.net...
Is it possible to run an sql script to add another column to an sql table from MS Access.
If so how would I do it.
Thanks
Alec



Jun 26 '06 #5

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

Similar topics

6
by: Mike Daniel | last post by:
I am attempting to use document.write(pageVar) that displays a new html page within a pop-up window and the popup is failing. Also note that pageVar is a complete HTML page containing other java...
1
by: bayouprophet | last post by:
Cant get menu script to to put linked page in the same frame. I am new to Java and I am wondering what am I doing wrong? below are my java applet file, frame.html file, and my text file and one...
1
by: Allen | last post by:
I am trying to add an additional photo/hyperlink to the company web site (I didn't create it) without any luck. The mouseover feature 'highlights' pics by swapping them with another pic using this...
3
by: Water Cooler v2 | last post by:
Questions: 1. Can there be more than a single script block in a given HEAD tag? 2. Can there be more than a single script block in a given BODY tag? To test, I tried the following code. None...
2
by: bilaribilari | last post by:
Hi all, I am using Tidy (C) for parsing html pages. I encountered a page that has some script as follows: <script> .... var abc = "<script>some stuff here</" + "script>"; .... </script>
19
by: thisis | last post by:
Hi All, i have this.asp page: <script type="text/vbscript"> Function myFunc(val1ok, val2ok) ' do something ok myFunc = " return something ok" End Function </script>
3
by: rsteph | last post by:
I have a script that shows the time and date. It's been working on my site for quite a while now. Suddenly it stops showing up, after getting my drop down menu to work. If I put text between the...
3
by: Angus | last post by:
I have a web page with a toolbar containing a Save button. The Save button can change contextually to be a Search button in some cases. Hence the button name searchsavechanges. The snippet of...
7
by: imtmub | last post by:
I have a page, Head tag Contains many Scripts and style sheet for Menu and Page. This code working fine and displaying menus and page as i wanted. Check this page for reference....
1
KevinADC
by: KevinADC | last post by:
Note: You may skip to the end of the article if all you want is the perl code. Introduction Many websites have a form or a link you can use to download a file. You click a form button or click...
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
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
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
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.