by: Steve Lutz |
last post by:
Hello,
I have a page that creates a class, and then on certain conditions,
redirects user to another page. The class has a Class_Terminate() function
that saves itself to a database. The class...
|
by: Charles Herman |
last post by:
I have the following loop:
for (int i = 0; i < n; ++i)
{
CClass newObject( i );
//
// lines of code
//
}
|
by: Ioannis Vranos |
last post by:
Today I came across this code. As far as I know this is undefined behaviour, but I wanted
to see what others think:
class SomeClass
{
static bool isDisconnected;
public:
~SomeClass()
|
by: hammad.awan_nospam |
last post by:
Hello,
I have used SqlMetal to generate the Dlinq classes for my database
schema. I have created instances of those classes and then tried
binding them to a PropertyGrid object through it's...
|
by: Robson Felix |
last post by:
Folks,
I've been trying to put some legacy databases I have here through SqlMetal.
Most of it goes well, but in some stored procedures, I get errors for temp
tables that don't exist and so on. I...
|
by: Andy |
last post by:
Hi,
I use procs for my data access, instead of allowing direct inserts and
updates to tables. How can I get SqlMetal to generate code that will
use procs? I know the designer you can Configure...
|
by: =?Utf-8?B?Sm9lcm4gU2Nob3UtUm9kZQ==?= |
last post by:
I am trying to execute the sqlmetal util with the following command line
arguments
/provider:SQL2005 /database:bookshelf_dev /code:SqlMetal.cs
This gives me the following error:
Error :...
|
by: Joern Schou-Rode |
last post by:
In the database (SQL2005) that I am working on, the tables are divided
into a few schemas, which are used to restrict permissions for certain
users. When autogenerating entity classes thorugh the...
|
by: Big Daddy |
last post by:
For example, if I have a DB table called DownloadPoints with a column
named DownloadPointNo, then SqlMetal will create a file with a class
called DownloadPoints with an accessor named...
|
by: lllomh |
last post by:
Define the method first
this.state = {
buttonBackgroundColor: 'green',
isBlinking: false, // A new status is added to identify whether the button is blinking or not
}
autoStart=()=>{
|
by: Aliciasmith |
last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
|
by: tracyyun |
last post by:
Hello everyone,
I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
|
by: giovanniandrean |
last post by:
The energy model is structured as follows and uses excel sheets to give input data:
1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM)
Please note that the UK and Europe revert to winter time on...
|
by: nia12 |
last post by:
Hi there,
I am very new to Access so apologies if any of this is obvious/not clear.
I am creating a data collection tool for health care employees to complete. It consists of a number of...
|
by: NeoPa |
last post by:
Introduction
For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
|
by: GKJR |
last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...
|
by: SueHopson |
last post by:
Hi All,
I'm trying to create a single code (run off a button that calls the Private Sub) for our parts list report that will allow the user to filter by either/both PartVendor and PartType. On...
|