I cannot believe this site is still going, how cool!
Can anybody help please. I would like to convert this code to use the sqlserver connection methods.
<?php
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
$server = "localhost:1433";
$user_name =...
I know it looks daft how the table has been designed but I am building on something that has been in use for a long time, when I posted this thread I thought it was too much work to re-design.
@r937: I know what you mean and I am aware of database relationships, ive been building dbs and...
Good day to you all.
I have an nvarchar value stored in a table, example such as '(15645),(15646)' and '(15680),(15679),(15678),(15677)' under field name SALES_ORDER_ITEM_ID
Example Query;
[code=sql]select Pallet.*, Purchase_Order_Item.SALES_ORDER_ITEM_ID
from
Hello all
I want to configure a report to print a label 3 across and 7 down on an A4 page size. Can anybody advise on where to find instructions on how to do this?
Thanks
Keyth
I had this exact same exception recently. I have a main app which loads several class libraries (DLL) and one of the libraries needed re-compiling. When I did, the application threw an 'object not set to an instance of an object' exception. I narrowed it down to an empty string (string =...
Hmmm. Thanks for your replies.
To specify the restore filename requires the location of the original doesnt it? how can this be done without knowing file locations? Or is there another way?
Install to the new path
At runtime change your connectionstring property to point to the new path
Example:
Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
Me.OleDbConnection1.ConnectionString = "Provider=Microsoft.ACE.OLEDB.12.0;Data...
I see there are plenty of posts about how to copy database, I have worked with db files quite a lot.
without detaching the database and copying files etc, is there not a way it can be done with SQL query?
I have an app which I would like to adapt so that at startup it prompts the user to run a...
Hi Jason
What handles the request and response without a web page in use?
Do you know where I can get examples to see how it all comes together, are there any sites you know of?
Thanks,
Keith
Its a shame you cant migrate your work to SQL Express 2008 as it would handle all that with one query.
I think best way you can do it is with data reader.
Load values into a dataset.
Loop though row by row and execute insert command to archive database.
You really need to migrate to SQL...
Hello, I am a newby to ASP.Net but have many years of experience in VB6-VB.Net 2010 and little experience with Java/Servlets. I want to start coding ASP.
I have a situation where my host will not allow IP access to MySQL databases. My site is currently built with wordpress and but for my...
I'm assuming these are written in VB are they?
Are the other dlls compiled to include debug info?
Ive had similar problem and the only way to correct is to close open files in main project, rebuild dlls to include messagebox to allow break, then keeping files loaded in main project rebuilt dlls...
Check your validation on the tab control or controls on the tab pages. Other control validation methods may be stopping the first click of the button but after the control validation has been passed, the second click may trigger the call on the button.
Only a thought!
for example...
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.