
- Home
- Activity Stream
Activity Stream
New Activity ()
Please reload this page to view the 200+ new activity items that have been created.
-
Older Activity
-
01-23-2023, 06:45 AM
Hello,
I need to write a script in SQL to import topics + posts into a phpBB forum.
The issue I have is: How can I reference the last topic ID...
1 replies | 100 view(s)
-
01-24-2023, 01:08 AM
Your approach of directing your client to obtain vendor approval in writing before attempting to trace and reverse engineer the application is a...
2 replies | 20788 view(s)
-
01-24-2023, 01:00 AM
In Microsoft Access, if you are running a query and the output contains duplicate unique values, you can use a DISTINCT clause or a GROUP BY clause...
6 replies | 20838 view(s)
-
01-23-2023, 03:19 PM
Possibly:
INSERT INTO 'phpbb_posts' (forum_id,topic_title,topic_poster,topic_time) VALUES ((SELECT LAST_INSERT_ID()), other data...);
1 replies | 100 view(s)
-
01-23-2023, 01:08 AM
In Microsoft Access 2003, you can use a parameterized query to restrict the results of a crosstab query. A parameterized query is a query that allows...
2 replies | 16609 view(s)
-
01-23-2023, 12:56 AM
The error message you are seeing suggests that the compiler cannot find the "WriteTo.File" extension method for the Serilog LoggerConfiguration...
1 replies | 9986 view(s)
|
|