I have a string that I need to parse based on the number of elements.
Using the string....
string="a,abc,car,bread,number,the,word,world,never,before"
I would want to parse the string into three items per parsed string, then display.
the end result would be....
msgbox("a,abc,car")...
I have a problem trying to link my access table using VB
I can connect using the below connection string ....
Driver={SQL
Server};SERVER=MYSERVER;UID=MYUSERNAME;PWD=myPASSWORD;DATABASE=myDATABASE;
WHEN I USE....
Set dbsODBC = OpenDatabase("",False, False, strConnect)
BUT IF I try...
I just ordered Small business server 2003 and I need a backup solution to backup the delta's(changes) to a remote server also with Small business server 2003 through a dsl line.
What is the best/least expensive way to backup just the changes of the exchange server and SQL server to my remote...
I get an error when I try to run this send an email with the following code.
PLEASE HELP. This was working perfectly them all of a sudden it stopped and I get this error. What is causing this error?
MESSAGE:
runtime error: -2147023170 '(800706be)'
Automation error The remote procedure call...
I'm looking for a rss/atom filter which I can use to set criteria for the rss I list on my site.
for example: I have a rss news feed, I would like to use a url with critera that I can then use to filter the newsfeed.
example url...
I have a function that I've written:
getpercent(variable1,variable2)
When I try to use the function, it seems to run once, but then uses the same return value for all other cells
cell A1= =getpercent(1,2) returns "0.03"
which is correct..
but if I use it in another cell
cell A3=...
How can I run a macro from VB that is in another database file that I have.
example:
I have two databases. DBfile1 and dbfile2
I would like to open dbfile1 run code that executes a macro in dbfile2.
Is this possible?
Thank you
I need to run a function from another database file I have, the function returns a value. What would be the code that wuld reference the file/module/function? Thank you
I'm having trouble with this SQL.
SELECT table1.*
FROM table1 LEFT JOIN [SELECT * FROM table2 WHERE field1="12345"] AS alais2 ON table1.field2=alais2.field3;
When I run this with no join it works fine, but when I add a left join, I get the error.....
"The Microsoft jet database engine...
I would like to write code to quit OUTLOOK that is opened manually, then backup the .pst file. Is this possible?
What would the code look like? Thank you in advance!
<html>
<head>
<title> My first php page</title>
</head>
<body>
<h1>Firstdb PHP results</h1>
<?php
@ $db=mysql_pconnect('localhost','root','');
if (!$db)
{
echo 'Error could not connect to database';
exit;
}
//check if connection works
if (DB::iserror($db))
{
echo $db->getmessage()...
I get...
"Too few parameters. Expected 4 (runtime error '3061')"
error
when I run my query through VBA using the currectDB.execute mySQL command. But if I run the same exact query through the GUI interface in access it runs fine. Whats is going on?
Thanks you in advance.
I have the following SQL....
MYQUERY1
SELECT [mydate],[value], nz(DMax("group_number","mytable2","[value]='" & [value] & "' and " & "([mydate])Between #" & [mydate]-8 & "# AND #" & [mydate] & "#"),DMax("group_number","mytable2")+1) AS GROUP_ID FROM MYTABLE1;
I'm trying to get the groupID to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.